reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/Local.h
  349 AllocaInst *findAllocaForValue(Value *V,

References

lib/Target/AArch64/AArch64StackTagging.cpp
  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.cpp
 2970     Res = findAllocaForValue(CI->getOperand(0), AllocaForValue);
 2976       AllocaInst *IncValueAI = findAllocaForValue(IncValue, AllocaForValue);
 2983     Res = findAllocaForValue(EP->getPointerOperand(), AllocaForValue);