Home
last modified time | relevance | path

Searched refs:formLCSSARecursively (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp262 bool llvm::formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSARecursively() function in llvm
268 Changed |= formLCSSARecursively(*SubLoop, DT, LI, SE); in formLCSSARecursively()
279 Changed |= formLCSSARecursively(*L, DT, LI, SE); in formLCSSAOnAllLoops()
DLoopUnroll.cpp677 formLCSSARecursively(*OuterL, *DT, LI, SE); in UnrollLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp360 bool llvm::formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSARecursively() function in llvm
366 Changed |= formLCSSARecursively(*SubLoop, DT, LI, SE); in formLCSSARecursively()
377 Changed |= formLCSSARecursively(*L, DT, LI, SE); in formLCSSAOnAllLoops()
DLoopUnroll.cpp864 formLCSSARecursively(*FixLCSSALoop, *DT, LI, SE); in UnrollLoop()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h348 bool formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h410 bool formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI,
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp267 formLCSSARecursively(*L, *DT, LI, SE); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1321 Changed |= formLCSSARecursively(*L, DT, &LI, &SE); in run()
DLICM.cpp339 formLCSSARecursively(*L, *DT, LI, SE); in runOnLoop()
DInductiveRangeCheckElimination.cpp1636 formLCSSARecursively(*L, DT, &LI, &SE); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7636 Changed |= formLCSSARecursively(*L, *DT, LI, SE); in runImpl()