Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp766 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local
771 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
779 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()
782 RTIE = skipDebugInstructionsForward(RTIE, RTIB, false); in CountDuplicatedInstructions()
784 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()