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.cpp194 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
229 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
H A DInlineFunction.cpp1732 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.cpp1242 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()
4222 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
H A DAsmWriter.cpp4535 if (AI->isUsedWithInAlloca()) in printInstruction()
H A DVerifier.cpp3562 Check(AI->isUsedWithInAlloca(), in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2440 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1366 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h137 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5068 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3282 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()