HomeSort by: relevance | last modified time | path
    Searched refs:visitAddRecExpr (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 42 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr);
47 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) {
ScalarEvolutionDivision.cpp 131 void SCEVDivision::visitAddRecExpr(const SCEVAddRecExpr *Numerator) {
ScalarEvolution.cpp 4249 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
4290 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
4407 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
13387 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { return Expr; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 50 void visitAddRecExpr(const SCEVAddRecExpr *Numerator);
ScalarEvolutionExpressions.h 588 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);
788 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
892 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 462 Value *visitAddRecExpr(const SCEVAddRecExpr *S);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp 1033 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1544 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) {

Completed in 75 milliseconds