Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp207 !AI.isUsedWithInAlloca() && in getAllocaInterestingness()
247 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
H A DInlineFunction.cpp1818 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h202 Alloca->isUsedWithInAlloca()) || in isMemDepNodeCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2255 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
2256 return cast<llvm::AllocaInst>(Val)->isUsedWithInAlloca(); in isUsedWithInAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp204 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in simplifyAllocaArraySize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1305 return Parent->isEntryBlock() && !isUsedWithInAlloca(); in isStaticAlloca()
4354 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
H A DAsmWriter.cpp4728 if (AI->isUsedWithInAlloca()) in printInstruction()
H A DVerifier.cpp3695 Check(AI->isUsedWithInAlloca(), in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1405 .emplaceIfTracking<GenericSetter<&AllocaInst::isUsedWithInAlloca, in setUsedWithInAlloca()
/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.cpp1433 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h143 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5243 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3445 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()