Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2422 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile() local
2546 RotationPos = Iter; in rotateLoopWithProfile()
2550 if (RotationPos != LoopChain.end()) { in rotateLoopWithProfile()
2551 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2553 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()