Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2522 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile() local
2524 Iter != EndIter; Iter++, TailIter++) { in rotateLoopWithProfile()
2527 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2528 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2530 auto TailBB = *TailIter; in rotateLoopWithProfile()