Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Iter

916   for (auto Iter = LoopChain.begin(), TailIter = std::prev(LoopChain.end()),
918 Iter != EndIter; Iter++, TailIter++) {
920 // checking (pointed by Iter) is the head of the chain.
932 if (Iter != HeaderIter)
955 if (TailBB->isSuccessor(*Iter)) {
961 auto TailToHeadProb = MBPI->getEdgeProbability(TailBB, *Iter);
971 DEBUG(dbgs() << "The cost of loop rotation by making " << getBlockNum(*Iter)
976 RotationPos = Iter;