Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2486 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile() local
2488 Iter != EndIter; Iter++, TailIter++) { in rotateLoopWithProfile()
2491 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2492 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2494 auto TailBB = *TailIter; in rotateLoopWithProfile()