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

References

lib/CodeGen/MachineVerifier.cpp
  412            MBBE = MFI->instr_end(); MBBI != MBBE; ++MBBI) {
  412            MBBE = MFI->instr_end(); MBBI != MBBE; ++MBBI) {
  413       if (MBBI->getParent() != &*MFI) {
  415         errs() << "Instruction: " << *MBBI;
  420       if (InBundle && !MBBI->isBundledWithPred())
  423                &*MBBI);
  424       if (!InBundle && MBBI->isBundledWithPred())
  427                &*MBBI);
  430       if (!MBBI->isInsideBundle()) {
  433         CurBundle = &*MBBI;
  436         report("No bundle header", &*MBBI);
  437       visitMachineInstrBefore(&*MBBI);
  438       for (unsigned I = 0, E = MBBI->getNumOperands(); I != E; ++I) {
  439         const MachineInstr &MI = *MBBI;
  450       visitMachineInstrAfter(&*MBBI);
  453       InBundle = MBBI->isBundledWithSucc();