Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp883 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in collectCandidates() local
884 if (!LARSCEV || LARSCEV->getLoop() != L) in collectCandidates()
1324 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local
1325 if (!LARSCEV || LARSCEV->getLoop() != L) in runOnLoop()
1328 dyn_cast<SCEVConstant>(LARSCEV->getStepRecurrence(*SE))) { in runOnLoop()