Searched refs:isUsedWithInAlloca (Results 1 – 13 of 13) sorted by relevance
184 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
1506 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
424 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
1404 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
1233 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
1420 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()4668 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
4244 if (AI->isUsedWithInAlloca()) in printInstruction()
3227 Check(AI->isUsedWithInAlloca(), in visitCallBase()
165 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
2459 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()
137 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
3096 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()
4767 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()