Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2409 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile() local
2411 Iter != EndIter; Iter++, TailIter++) { in rotateLoopWithProfile()
2414 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2415 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2417 auto TailBB = *TailIter; in rotateLoopWithProfile()