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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 331 /// evaluateAtIteration - Return the value of this chain of recurrences at
333 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
683 return Rec->evaluateAtIteration(Map[L], SE);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 793 /// evaluateAtIteration - Return the value of this chain of recurrences at
802 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It,
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 208 milliseconds