HomeSort by relevance Sort by last modified time
    Searched refs:SCEVParameterRewriter (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 636 /// The SCEVParameterRewriter takes a scalar evolution expression and updates
638 struct SCEVParameterRewriter
639 : public SCEVVisitor<SCEVParameterRewriter, const SCEV*> {
644 SCEVParameterRewriter Rewriter(SE, Map, InterpretConsts);
648 SCEVParameterRewriter(ScalarEvolution &S, ValueToValueMap &M, bool C)
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 345 milliseconds