reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/ScalarEvolutionExpressions.h
  677       const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand());
  684       const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand());
  691       const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand());
  701         Operands.push_back(((SC*)this)->visit(Op));
  711         Operands.push_back(((SC*)this)->visit(Op));
  718       auto *LHS = ((SC *)this)->visit(Expr->getLHS());
  719       auto *RHS = ((SC *)this)->visit(Expr->getRHS());
  728         Operands.push_back(((SC*)this)->visit(Op));
  740         Operands.push_back(((SC *)this)->visit(Op));
  750         Operands.push_back(((SC*)this)->visit(Op));
  760         Operands.push_back(((SC *)this)->visit(Op));
  770         Operands.push_back(((SC *)this)->visit(Op));
  795       return Rewriter.visit(Scev);
  830       return Rewriter.visit(Scev);
  836         Operands.push_back(visit(Op));
lib/Analysis/ScalarEvolution.cpp
 4242     const SCEV *Result = Rewriter.visit(S);
 4285     const SCEV *Result = Rewriter.visit(S);
 4340     return Rewriter.visit(S);
 4403     const SCEV *Result = Rewriter.visit(S);
11947     auto *CurBECount = SCM.visit(
12116     return Rewriter.visit(S);
12131     const SCEV *Operand = visit(Expr->getOperand());
12147     const SCEV *Operand = visit(Expr->getOperand());
lib/Analysis/ScalarEvolutionNormalization.cpp
   51             [&](const SCEV *Op) { return visit(Op); });
  102   return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S);
  107   return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S);
  116   return NormalizeDenormalizeRewriter(Denormalize, Pred, SE).visit(S);
lib/Analysis/StackSafetyAnalysis.cpp
   43     return SCEVRewriteVisitor<AllocaOffsetRewriter>::visit(Expr);
lib/CodeGen/SafeStack.cpp
  233   const SCEV *Expr = Rewriter.visit(SE.getSCEV(Addr));
lib/Transforms/Scalar/LoopFuse.cpp
  860         return visit(Expr->getStart());
  864         Operands.push_back(visit(Op));
  892     SCEVPtr0 = Rewriter.visit(SCEVPtr0);
tools/polly/lib/Analysis/ScopDetection.cpp
  832     return Rewriter.visit(Scev);
  837       auto Res = visit(Expr->getOperand(1));
tools/polly/lib/Analysis/ScopInfo.cpp
 1399     return SSPR.visit(E);
 1403     auto *Start = visit(E->getStart());
 1405                                     visit(E->getStepRecurrence(SE)),