Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp888 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in collectCandidates() local
889 if (!LARSCEV || LARSCEV->getLoop() != L) in collectCandidates()
1331 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local
1332 if (!LARSCEV || LARSCEV->getLoop() != L) in runOnLoop()
1335 dyn_cast<SCEVConstant>(LARSCEV->getStepRecurrence(*SE))) { in runOnLoop()