Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h198 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2672 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts); in run()
H A DLoopStrengthReduce.cpp5584 unsigned numFolded = Rewriter.replaceCongruentIVs(L, &DT, DeadInsts, &TTI); in ReduceLoopStrength()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1861 SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, in replaceCongruentIVs() function in SCEVExpander