Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/LoopStrengthReduce/
D2013-01-05-IndBr.ll3 ; Indirect branch in the preheader crashes replaceCongruentIVs.
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h117 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h190 unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1797 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts); in runOnLoop()
DLoopStrengthReduce.cpp3830 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/
DScalarEvolutionExpander.cpp1523 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, in replaceCongruentIVs() function in SCEVExpander
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2146 NumElimIV += Rewriter.replaceCongruentIVs(L, DT, DeadInsts); in run()
DLoopStrengthReduce.cpp5012 unsigned numFolded = Rewriter.replaceCongruentIVs( in runOnLoop()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1752 unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT, in replaceCongruentIVs() function in SCEVExpander