Searched refs:isUsedWithInAlloca (Results 1 – 14 of 14) sorted by relevance
207 !AI.isUsedWithInAlloca() && in getAllocaInterestingness()247 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
1818 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
202 Alloca->isUsedWithInAlloca()) || in isMemDepNodeCandidate()
2255 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function2256 return cast<llvm::AllocaInst>(Val)->isUsedWithInAlloca(); in isUsedWithInAlloca()
204 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in simplifyAllocaArraySize()
1305 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()4354 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
4728 if (AI->isUsedWithInAlloca()) in printInstruction()
3695 Check(AI->isUsedWithInAlloca(), in visitCallBase()
1405 .emplaceIfTracking<GenericSetter<&AllocaInst::isUsedWithInAlloca, in setUsedWithInAlloca()
2440 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()
1433 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
143 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
5243 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
3445 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()