Home
last modified time | relevance | path

Searched refs:setUsedWithInAlloca (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp203 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp216 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in simplifyAllocaArraySize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h145 void setUsedWithInAlloca(bool V) { in setUsedWithInAlloca() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4808 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5028 AI->setUsedWithInAlloca(true); in EmitCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5979 AI->setUsedWithInAlloca(InAlloca); in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7712 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()