Searched refs:CurrLoop (Results 1 – 2 of 2) sorted by relevance
246 for (MachineLoop *CurrLoop : Loops) { in runOnMachineFunction()248 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()254 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()257 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
9966 const Loop *CurrLoop = this->LI[I->getParent()]; in computeSCEVAtScope() local9968 if (CurrLoop && CurrLoop->getParentLoop() == L && in computeSCEVAtScope()9969 PN->getParent() == CurrLoop->getHeader()) { in computeSCEVAtScope()9974 const SCEV *BackedgeTakenCount = getBackedgeTakenCount(CurrLoop); in computeSCEVAtScope()9981 if (!CurrLoop->contains(PN->getIncomingBlock(i))) { in computeSCEVAtScope()10000 CurrLoop->contains(PN->getIncomingBlock(0)) ? 0 : 1; in computeSCEVAtScope()10002 if (CurrLoop->isLoopInvariant(BackedgeVal)) in computeSCEVAtScope()10010 getConstantEvolutionLoopExitValue(PN, BTCC->getAPInt(), CurrLoop); in computeSCEVAtScope()