Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp246 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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9966 const Loop *CurrLoop = this->LI[I->getParent()]; in computeSCEVAtScope() local
9968 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()