Searched refs:replaceCongruentIVs (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2013-01-05-IndBr.ll | 3 ; Indirect branch in the preheader crashes replaceCongruentIVs.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 117 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 190 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1797 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts); in runOnLoop()
|
D | LoopStrengthReduce.cpp | 3830 Changed |= (Rewriter.replaceCongruentIVs(L, &DT, DeadInsts) != 0); in LSRInstance() 3883 Changed |= (Rewriter.replaceCongruentIVs(L, &DT, DeadInsts) != 0); in LSRInstance()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1523 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, in replaceCongruentIVs() function in SCEVExpander
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 2146 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts); in run()
|
D | LoopStrengthReduce.cpp | 5012 unsigned numFolded = Rewriter.replaceCongruentIVs( in runOnLoop()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1752 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, in replaceCongruentIVs() function in SCEVExpander
|