Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp759 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1)); in visitIntrinsicInst()
787 AllocaInst *findAllocaForValue(Value *V);
2265 AllocaInst *FunctionStackPoisoner::findAllocaForValue(Value *V) { in findAllocaForValue() function in FunctionStackPoisoner
2278 Res = findAllocaForValue(CI->getOperand(0)); in findAllocaForValue()
2283 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue()