Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp231 for (MachineLoop *CurrLoop : Loops) { in runOnMachineFunction()
233 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()
239 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()
242 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/X86/
DX86CmovConversion.cpp231 for (MachineLoop *CurrLoop : Loops) { in runOnMachineFunction()
233 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()
239 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()
242 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8453 const Loop *CurrLoop = this->LI[I->getParent()]; in computeSCEVAtScope() local
8455 if (CurrLoop && CurrLoop->getParentLoop() == L && in computeSCEVAtScope()
8456 PN->getParent() == CurrLoop->getHeader()) { in computeSCEVAtScope()
8461 const SCEV *BackedgeTakenCount = getBackedgeTakenCount(CurrLoop); in computeSCEVAtScope()
8468 if (!CurrLoop->contains(PN->getIncomingBlock(i))) { in computeSCEVAtScope()
8487 CurrLoop->contains(PN->getIncomingBlock(0)) ? 0 : 1; in computeSCEVAtScope()
8489 if (CurrLoop->isLoopInvariant(BackedgeVal)) in computeSCEVAtScope()
8497 PN, BTCC->getAPInt(), CurrLoop); in computeSCEVAtScope()