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

References

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  417   assert((!EnableFastISelAbort || TM.Options.EnableFastISel) &&
 1373       reportFastISelFailure(*MF, *ORE, R, EnableFastISelAbort > 1);
 1504           if (R.isEnabled() || EnableFastISelAbort) {
 1512           reportFastISelFailure(*MF, *ORE, R, EnableFastISelAbort > 2);
 1544         bool ShouldAbort = EnableFastISelAbort;
 1549           ShouldAbort = (EnableFastISelAbort > 2);
 1554         if (R.isEnabled() || EnableFastISelAbort) {