reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
741 while (TIB != TIE && FIB != FIE) { 743 TIB = skipDebugInstructionsForward(TIB, TIE); 743 TIB = skipDebugInstructionsForward(TIB, TIE); 745 if (TIB == TIE || FIB == FIE) 747 if (!TIB->isIdenticalTo(*FIB)) 752 if (TII->DefinesPredicate(*TIB, PredDefs)) 755 if (!TIB->isBranch()) 757 ++TIB; 762 if (TIB == TIE || FIB == FIE) 770 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse());