Home
last modified time | relevance | path

Searched refs:findAllocaForValue (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1006 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1)); in visitIntrinsicInst()
1038 AllocaInst *findAllocaForValue(Value *V);
3112 AllocaInst *FunctionStackPoisoner::findAllocaForValue(Value *V) { in findAllocaForValue() function in FunctionStackPoisoner
3125 Res = findAllocaForValue(CI->getOperand(0)); in findAllocaForValue()
3130 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue()
3137 Res = findAllocaForValue(EP->getPointerOperand()); in findAllocaForValue()