Home
last modified time | relevance | path

Searched refs:RTIB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp767 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local
772 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
780 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()
783 RTIE = skipDebugInstructionsForward(RTIE, RTIB, false); in CountDuplicatedInstructions()
785 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()