Searched defs:AddRec (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp308 const SCEVAddRecExpr *AddRec = local
H A DIndVarSimplify.cpp1320 const SCEVAddRecExpr *AddRec = local
1363 const SCEVAddRecExpr *AddRec local
1754 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(OrigPhi)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp987 auto *AddRec = dyn_cast<SCEVAddRecExpr>(PSE.getSCEV(Val)); local
H A DScalarEvolution.cpp2704 const SCEVAddRecExpr *AddRec = cast<SCEVAddRecExpr>(Ops[Idx]); variable
[all...]
H A DDependenceAnalysis.cpp889 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); local
2994 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); local
3010 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); local
3030 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h685 const SCEVAddRecExpr *AddRec = cast<SCEVAddRecExpr>(Ptr); local

Completed in 209 milliseconds