Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2451 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile() local
2453 Iter != EndIter; Iter++, TailIter++) { in rotateLoopWithProfile()
2456 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2457 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2459 auto TailBB = *TailIter; in rotateLoopWithProfile()