Searched refs:tryToMakeAllocaBePromotable (Results 1 – 1 of 1) sorted by relevance
1123 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const TargetData *TD) { in tryToMakeAllocaBePromotable() function1152 return tryToMakeAllocaBePromotable(AI, TD); in tryToMakeAllocaBePromotable()1307 if (tryToMakeAllocaBePromotable(AI, TD)) in performPromotion()