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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 264 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 1784 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts);
LoopStrengthReduce.cpp 5945 unsigned numFolded = Rewriter.replaceCongruentIVs(L, &DT, DeadInsts, &TTI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 2041 /// replaceCongruentIVs - Check for congruent phis in this loop header and
2048 SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT,

Completed in 27 milliseconds