Home
last modified time | relevance | path

Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass { struct
433 static char ID;
434 ScalarEvolution *SE = nullptr;
435 LoopInfo *LI = nullptr;
436 DependenceInfo *DI = nullptr;
437 DominatorTree *DT = nullptr;
440 OptimizationRemarkEmitter *ORE;
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
446 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
453 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
[all …]