Searched refs:LoopChain (Results 1 – 1 of 1) sorted by relevance
1992 if (ExitIt == LoopChain.end()) in rotateLoop()2025 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end()); in rotateLoop()2046 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile()2085 for (auto BB : LoopChain) { in rotateLoopWithProfile()2104 for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()), in rotateLoopWithProfile()2105 EndIter = LoopChain.end(); in rotateLoopWithProfile()2109 if (TailIter == LoopChain.end()) in rotateLoopWithProfile()2110 TailIter = LoopChain.begin(); in rotateLoopWithProfile()2169 if (RotationPos != LoopChain.end()) { in rotateLoopWithProfile()2172 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()[all …]