Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2485 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile() local
2487 Iter != EndIter; Iter++, TailIter++) { in rotateLoopWithProfile()
2490 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2491 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2493 auto TailBB = *TailIter; in rotateLoopWithProfile()