Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp184 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp165 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h142 void setUsedWithInAlloca(bool V) { in setUsedWithInAlloca() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp4668 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4766 AI->setUsedWithInAlloca(true); in EmitCall()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5767 AI->setUsedWithInAlloca(InAlloca); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp7264 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()