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

References

lib/Target/PowerPC/PPCReduceCRLogicals.cpp
  642   MachineInstr *SplitBefore = &*Def2It;
  643   for (auto E = CRI.MI->getParent()->end(); Def2It != E; ++Def2It) {
  643   for (auto E = CRI.MI->getParent()->end(); Def2It != E; ++Def2It) {
  644     if (Def1It == Def2It) { // Def2 comes before Def1.