Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp512 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1305 NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca()); in sanitizeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp163 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h142 void setUsedWithInAlloca(bool V) { in setUsedWithInAlloca() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp4360 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4663 AI->setUsedWithInAlloca(true); in EmitCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4966 AI->setUsedWithInAlloca(InAlloca); in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7441 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()