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

Declarations

include/llvm/Analysis/ValueTracking.h
  373   void GetUnderlyingObjects(const Value *V,

References

lib/Analysis/GlobalsModRef.cpp
  902     GetUnderlyingObjects(A, Objects, DL);
lib/Analysis/InstructionSimplify.cpp
 2432     GetUnderlyingObjects(LHS, LHSUObjs, DL);
 2433     GetUnderlyingObjects(RHS, RHSUObjs, DL);
lib/Analysis/LoopAccessAnalysis.cpp
  909           GetUnderlyingObjects(Ptr, TempObjects, DL, LI);
lib/Analysis/ValueTracking.cpp
 3845     GetUnderlyingObjects(V, Objs, DL);
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1301     GetUnderlyingObjects(CI.getArgOperand(1), Allocas, *DL);
lib/CodeGen/MachinePipeliner.cpp
  646   GetUnderlyingObjects(MM->getValue(), Objs, DL);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6577     GetUnderlyingObjects(ObjectPtr, Allocas, *DL);
lib/Target/Mips/MipsDelaySlotFiller.cpp
  540     GetUnderlyingObjects(V, Objs, DL);
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  706   GetUnderlyingObjects(N->getMemOperand()->getValue(),
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1195   GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout());
lib/Transforms/Scalar/DeadStoreElimination.cpp
  786       GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL);
lib/Transforms/Utils/InlineFunction.cpp
 1039         GetUnderlyingObjects(V, Objects, DL, /* LI = */ nullptr);