Home
last modified time | relevance | path

Searched refs:isUsedWithInAlloca (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp424 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
512 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1203 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
1305 NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca()); in sanitizeFunction()
H A DAddressSanitizer.cpp1389 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1478 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1380 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()
4360 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
H A DAsmWriter.cpp4266 if (AI->isUsedWithInAlloca()) in printInstruction()
H A DVerifier.cpp3173 Assert(AI->isUsedWithInAlloca(), in visitCallBase()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp163 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h137 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4664 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3047 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()