Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp671 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1)); in visitIntrinsicInst()
697 AllocaInst *findAllocaForValue(Value *V);
1934 AllocaInst *FunctionStackPoisoner::findAllocaForValue(Value *V) { in findAllocaForValue() function in FunctionStackPoisoner
1947 Res = findAllocaForValue(CI->getOperand(0)); in findAllocaForValue()
1953 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue()