Searched refs:RFIB (Results 1 – 1 of 1) sorted by relevance
666 const MachineBasicBlock::reverse_iterator RFIB = std::next(FIB.getReverse()); in CountDuplicatedInstructions() local672 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()678 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()682 RFIE = skipDebugInstructionsForward(RFIE, RFIB); in CountDuplicatedInstructions()683 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()