reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
828 if (Indexes && Indexes->hasIndex(*MI)) { 829 SlotIndex idx = Indexes->getInstructionIndex(*MI); 831 report("Instruction index out of order", MI); 840 if (MI->isTerminator() && !TII->isPredicated(*MI)) { 840 if (MI->isTerminator() && !TII->isPredicated(*MI)) { 842 FirstTerminator = MI; 843 } else if (FirstTerminator && !MI->isDebugEntryValue()) { 844 report("Non-terminator instruction after the first terminator", MI);