Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2410 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile() local
2534 RotationPos = Iter; in rotateLoopWithProfile()
2538 if (RotationPos != LoopChain.end()) { in rotateLoopWithProfile()
2539 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2541 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()