Searched refs:isUsedWithInAlloca (Results 1 – 7 of 7) sorted by relevance
920 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()3541 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in clone_impl()
2864 if (AI->isUsedWithInAlloca()) in printInstruction()
2153 Assert(AI->isUsedWithInAlloca(), in VerifyCallSite()
143 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
134 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
1870 AlignRecord |= AI.isUsedWithInAlloca() << 5; in WriteInstruction()
3048 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()