Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp858 auto RotationPos = LoopChain.end(); in rotateLoopWithProfile() local
976 RotationPos = Iter; in rotateLoopWithProfile()
980 if (RotationPos != LoopChain.end()) { in rotateLoopWithProfile()
981 DEBUG(dbgs() << "Rotate loop by making " << getBlockNum(*RotationPos) in rotateLoopWithProfile()
983 std::rotate(LoopChain.begin(), RotationPos, LoopChain.end()); in rotateLoopWithProfile()