Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2336 if (ExitIt == LoopChain.end()) in rotateLoop()
2369 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end()); in rotateLoop()
2388 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile()
2432 for (auto BB : LoopChain) { in rotateLoopWithProfile()
2451 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile()
2452 EndIter = LoopChain.end(); in rotateLoopWithProfile()
2456 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2457 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2467 if (Iter != LoopChain.begin()) in rotateLoopWithProfile()
2519 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()
[all …]