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.cpp786 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local
791 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
799 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()
802 RTIE = skipDebugInstructionsForward(RTIE, RTIB, false); in CountDuplicatedInstructions()
804 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()