reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
349 AllocaInst *findAllocaForValue(Value *V,
548 llvm::findAllocaForValue(II->getArgOperand(1), AllocaForValue);
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1062 llvm::findAllocaForValue(II.getArgOperand(1), AllocaForValue);
lib/Transforms/Instrumentation/MemorySanitizer.cpp 2586 llvm::findAllocaForValue(I.getArgOperand(1), AllocaForValue);
lib/Transforms/Utils/Local.cpp2970 Res = findAllocaForValue(CI->getOperand(0), AllocaForValue); 2976 AllocaInst *IncValueAI = findAllocaForValue(IncValue, AllocaForValue); 2983 Res = findAllocaForValue(EP->getPointerOperand(), AllocaForValue);