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

References

lib/Target/ARM/Thumb2ITBlockPass.cpp
  199   while (MBBI != E) {
  200     MachineInstr *MI = &*MBBI;
  205       ++MBBI;
  214     MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII->get(ARM::t2IT))
  223     ++MBBI;
  234       for (; MBBI != E && Pos &&
  235              (!MI->isBranch() && !MI->isReturn()) ; ++MBBI) {
  236         if (MBBI->isDebugInstr())
  239         MachineInstr *NMI = &*MBBI;
  253             --MBBI;