Home
last modified time | relevance | path

Searched defs:findAllocaForValue (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2973 AllocaInst *llvm::findAllocaForValue(Value *V, in findAllocaForValue() function in llvm
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2265 AllocaInst *FunctionStackPoisoner::findAllocaForValue(Value *V) { in findAllocaForValue() function in FunctionStackPoisoner