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()
9997 const Loop *CurrLoop = this->LI[I->getParent()]; in computeSCEVAtScope() local9999 if (CurrLoop && CurrLoop->getParentLoop() == L && in computeSCEVAtScope()10000 PN->getParent() == CurrLoop->getHeader()) { in computeSCEVAtScope()10005 const SCEV *BackedgeTakenCount = getBackedgeTakenCount(CurrLoop); in computeSCEVAtScope()10012 if (!CurrLoop->contains(PN->getIncomingBlock(i))) { in computeSCEVAtScope()10031 CurrLoop->contains(PN->getIncomingBlock(0)) ? 0 : 1; in computeSCEVAtScope()10033 if (CurrLoop->isLoopInvariant(BackedgeVal)) in computeSCEVAtScope()10041 getConstantEvolutionLoopExitValue(PN, BTCC->getAPInt(), CurrLoop); in computeSCEVAtScope()