Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp129 void SCEVDivision::visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function in SCEVDivision
H A DScalarEvolution.cpp3989 RetVal visitAddRecExpr(const SCEVAddRecExpr *Expr) { return Expr; } in visitAddRecExpr() function in __anonccfa80ce1011::SCEVSequentialMinMaxDeduplicatingVisitor
4742 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anonccfa80ce1511::SCEVInitRewriter
4783 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anonccfa80ce1511::SCEVPostIncRewriter
4900 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anonccfa80ce1511::SCEVShiftRewriter
14548 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { return Expr; } in visitAddRecExpr() function in SCEVLoopGuardRewriter
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h51 void visitAddRecExpr(const SCEVAddRecExpr *Numerator);
H A DScalarEvolutionExpressions.h634 return ((SC *)this)->visitAddRecExpr((const SCEVAddRecExpr *)S); in visit()
837 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
949 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
/llvm-project-15.0.7/llvm/test/Analysis/Delinearization/
H A Dtype_mismatch.ll5 ; with operands of different types. In this case, the visitAddRecExpr
/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVAffinator.h109 PWACtx visitAddRecExpr(const llvm::SCEVAddRecExpr *E);
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h467 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp397 PWACtx SCEVAffinator::visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in SCEVAffinator
H A DScopHelper.cpp400 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *E) { in visitAddRecExpr() function
H A DSCEVValidator.cpp219 ValidatorResult visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in SCEVValidator
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1033 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon08ec0c300111::LoopFuser::AddRecLoopReplacer
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1508 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1375 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *E) { in visitAddRecExpr() function in __anona9ec74a90211::SCEVSensitiveParameterRewriter