Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp43 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr);
48 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
H A DScalarEvolutionDivision.cpp133 void SCEVDivision::visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function in SCEVDivision
H A DScalarEvolution.cpp4070 RetVal visitAddRecExpr(const SCEVAddRecExpr *Expr) { return Expr; } in visitAddRecExpr() function in __anon24f19d330f11::SCEVSequentialMinMaxDeduplicatingVisitor
4906 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon24f19d331511::SCEVInitRewriter
4947 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon24f19d331511::SCEVPostIncRewriter
5064 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon24f19d331511::SCEVShiftRewriter
15551 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { return Expr; } in rewrite() function in ScalarEvolution::LoopGuards::rewrite::SCEVLoopGuardRewriter
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h53 void visitAddRecExpr(const SCEVAddRecExpr *Numerator);
H A DScalarEvolutionExpressions.h629 return ((SC *)this)->visitAddRecExpr((const SCEVAddRecExpr *)S); in visit()
828 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
940 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h496 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp507 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in llvm::__anon516aeff30311::SCEVAddRecForUniformityRewriter
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1240 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon3b1bd5d50111::LoopFuser::AddRecLoopReplacer
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1202 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander