Searched refs:replaceCongruentIVs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h130 /// replaceCongruentIVs - replace congruent phis with their most canonical
132 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1789 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts);
H A DLoopStrengthReduce.cpp4912 Rewriter.replaceCongruentIVs(L, &getAnalysis<DominatorTree>(),
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1584 /// Sort values by integer width for replaceCongruentIVs.
1593 /// replaceCongruentIVs - Check for congruent phis in this loop header and
1599 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, function in class:SCEVExpander

Completed in 95 milliseconds