Searched refs:LoopChain (Results 1 – 1 of 1) sorted by relevance
2358 if (ExitIt == LoopChain.end()) in rotateLoop()2391 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end()); in rotateLoop()2410 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile()2454 for (auto *BB : LoopChain) { in rotateLoopWithProfile()2473 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile()2474 EndIter = LoopChain.end(); in rotateLoopWithProfile()2478 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()2479 TailIter = LoopChain.begin(); in rotateLoopWithProfile()2489 if (Iter != LoopChain.begin()) in rotateLoopWithProfile()2541 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()[all …]