Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp247 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1403 void AllocaInst::setUsedWithInAlloca(bool V) { in setUsedWithInAlloca() function in llvm::sandboxir::AllocaInst
1406 &AllocaInst::setUsedWithInAlloca>>(this); in setUsedWithInAlloca()
1407 cast<llvm::AllocaInst>(Val)->setUsedWithInAlloca(V); in setUsedWithInAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp204 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in simplifyAllocaArraySize()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2259 LLVM_ABI void setUsedWithInAlloca(bool V);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h148 void setUsedWithInAlloca(bool V) { in setUsedWithInAlloca() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4354 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5242 AI->setUsedWithInAlloca(true); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6252 AI->setUsedWithInAlloca(InAlloca); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8470 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()