Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DValueTrackingTest.cpp1855 TEST_P(FindAllocaForValueTest, findAllocaForValue) { in TEST_P() argument
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2265 AllocaInst *FunctionStackPoisoner::findAllocaForValue(Value *V) { in findAllocaForValue() function in FunctionStackPoisoner
/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-project/llvm/lib/Analysis/
DValueTracking.cpp4289 AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) { in findAllocaForValue() function in llvm