Searched refs:RFIB (Results 1 – 1 of 1) sorted by relevance
773 const MachineBasicBlock::reverse_iterator RFIB = std::next(FIB.getReverse()); in CountDuplicatedInstructions() local779 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()785 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()789 RFIE = skipDebugInstructionsForward(RFIE, RFIB, false); in CountDuplicatedInstructions()790 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()