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.cpp1855 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts);
H A DLoopStrengthReduce.cpp5101 unsigned numFolded = Rewriter.replaceCongruentIVs(
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1676 /// replaceCongruentIVs - Check for congruent phis in this loop header and
1682 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, function in class:SCEVExpander

Completed in 112 milliseconds