Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2371 if (ExitIt == LoopChain.end()) in rotateLoop()
2404 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end()); in rotateLoop()
2423 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile()
2467 for (auto *BB : LoopChain) { in rotateLoopWithProfile()
2486 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile()
2487 EndIter = LoopChain.end(); in rotateLoopWithProfile()
2491 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()
2492 TailIter = LoopChain.begin(); in rotateLoopWithProfile()
2502 if (Iter != LoopChain.begin()) in rotateLoopWithProfile()
2553 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()
[all …]