Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp665 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local
670 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
678 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()
681 RTIE = skipDebugInstructionsForward(RTIE, RTIB); in CountDuplicatedInstructions()
683 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()