HomeSort by: relevance | last modified time | path
    Searched refs:formLCSSARecursively (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LCSSA.cpp 403 bool llvm::formLCSSARecursively(Loop &L, const DominatorTree &DT,
409 Changed |= formLCSSARecursively(*SubLoop, DT, LI, SE);
420 Changed |= formLCSSARecursively(*L, DT, LI, SE);
LoopUnroll.cpp 934 formLCSSARecursively(*FixLCSSALoop, *DT, LI, SE);
LoopUtils.cpp 800 formLCSSARecursively(*OutermostLoop, DT, &LI, &SE);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 112 bool formLCSSARecursively(Loop &L, const DominatorTree &DT, const LoopInfo *LI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 1562 formLCSSARecursively(*L, DT, &LI, &SE);
1784 Changed |= formLCSSARecursively(*L, DT, &LI, &SE);
1835 Changed |= formLCSSARecursively(*L, DT, &LI, &SE);
LoopFlatten.cpp 693 Changed |= formLCSSARecursively(*L, *DT, LI, SE);
LoopSimplifyCFG.cpp 422 formLCSSARecursively(*FixLCSSALoop, DT, &LI, &SE);
LoopUnrollPass.cpp 1439 Changed |= formLCSSARecursively(*L, DT, &LI, &SE);
LICM.cpp 498 formLCSSARecursively(*L, *DT, LI, SE);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 10130 formLCSSARecursively(*L, *DT, LI, SE);
10245 Changed |= formLCSSARecursively(*L, *DT, LI, SE);

Completed in 93 milliseconds