Searched refs:RTIB (Results 1 – 1 of 1) sorted by relevance
777 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local782 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()790 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()793 RTIE = skipDebugInstructionsForward(RTIE, RTIB); in CountDuplicatedInstructions()795 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()