reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
741 while (TIB != TIE && FIB != FIE) { 744 FIB = skipDebugInstructionsForward(FIB, FIE); 744 FIB = skipDebugInstructionsForward(FIB, FIE); 745 if (TIB == TIE || FIB == FIE) 747 if (!TIB->isIdenticalTo(*FIB)) 758 ++FIB; 762 if (TIB == TIE || FIB == FIE) 771 const MachineBasicBlock::reverse_iterator RFIB = std::next(FIB.getReverse());