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

  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 43 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE);
LoopAccessAnalysis.cpp 170 ScEnd = AR->evaluateAtIteration(Ex, *SE);
    [all...]
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
677 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
721 return Rec->evaluateAtIteration(Map[L], SE);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 340 /// evaluateAtIteration - Return the value of this chain of recurrences at
342 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 763 /// evaluateAtIteration - Return the value of this chain of recurrences at
772 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It,
    [all...]
ScalarEvolutionExpander.cpp     [all...]

Completed in 1089 milliseconds