Searched refs:simplifyLoopIVs (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | SimplifyIndVar.h | 47 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyIndVar.h | 55 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyIndVar.h | 55 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 390 simplifyLoopIVs(L, SE, LPM, DeadInsts); in UnrollLoop()
|
D | SimplifyIndVar.cpp | 391 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs() function
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 612 simplifyLoopIVs(L, SE, DT, LI, DeadInsts); in UnrollLoop()
|
D | SimplifyIndVar.cpp | 679 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT, in simplifyLoopIVs() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 264 simplifyLoopIVs(L, SE, DT, LI, DeadInsts); in simplifyLoopAfterUnroll()
|
D | SimplifyIndVar.cpp | 965 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT, in simplifyLoopIVs() function
|