Searched refs:CurrLoop (Results 1 – 3 of 3) sorted by relevance
243 for (MachineLoop *CurrLoop : Loops) { in runOnMachineFunction()245 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()251 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()254 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
731 auto *CurrLoop = LI->getLoopFor(BB); in paths() local733 if (Succ == CurrLoop->getHeader()) in paths()737 if (LI->getLoopFor(Succ) != CurrLoop) in paths()
10052 const Loop *CurrLoop = this->LI[I->getParent()]; in computeSCEVAtScope() local10054 if (CurrLoop && CurrLoop->getParentLoop() == L && in computeSCEVAtScope()10055 PN->getParent() == CurrLoop->getHeader()) { in computeSCEVAtScope()10060 const SCEV *BackedgeTakenCount = getBackedgeTakenCount(CurrLoop); in computeSCEVAtScope()10067 if (!CurrLoop->contains(PN->getIncomingBlock(i))) { in computeSCEVAtScope()10086 CurrLoop->contains(PN->getIncomingBlock(0)) ? 0 : 1; in computeSCEVAtScope()10088 if (CurrLoop->isLoopInvariant(BackedgeVal)) in computeSCEVAtScope()10096 getConstantEvolutionLoopExitValue(PN, BTCC->getAPInt(), CurrLoop); in computeSCEVAtScope()