Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/LoopStrengthReduce/
D2013-01-05-IndBr.ll3 ; Indirect branch in the preheader crashes replaceCongruentIVs.
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h140 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1885 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts); in runOnLoop()
DLoopStrengthReduce.cpp5101 unsigned numFolded = Rewriter.replaceCongruentIVs( in runOnLoop()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1685 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, in replaceCongruentIVs() function in SCEVExpander