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

References

lib/Transforms/Scalar/SROA.cpp
  724     if (GEPI.use_empty())
  725       return markAsDead(GEPI);
  727     if (SROAStrictInbounds && GEPI.isInBounds()) {
  736       const DataLayout &DL = GEPI.getModule()->getDataLayout();
  737       for (gep_type_iterator GTI = gep_type_begin(GEPI),
  738                              GTE = gep_type_end(GEPI);
  762           return markAsDead(GEPI);
  766     return Base::visitGetElementPtrInst(GEPI);