Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp168 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
203 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
H A DInlineFunction.cpp1630 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp216 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in simplifyAllocaArraySize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1374 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()
4808 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
H A DAsmWriter.cpp4442 if (AI->isUsedWithInAlloca()) in printInstruction()
H A DVerifier.cpp3428 Check(AI->isUsedWithInAlloca(), in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2449 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1286 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h140 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5029 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3193 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()