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

References

lib/Transforms/Scalar/GVNHoist.cpp
  980       Gep = dyn_cast<GetElementPtrInst>(Ld->getPointerOperand());
  982       Gep = dyn_cast<GetElementPtrInst>(St->getPointerOperand());
  996     if (!Gep || !allGepOperandsAvailable(Gep, HoistPt))
  996     if (!Gep || !allGepOperandsAvailable(Gep, HoistPt))
  999     makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Gep);