Home
last modified time | relevance | path

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

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