Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance
426 struct LoopInterchange { struct427 ScalarEvolution *SE = nullptr;428 LoopInfo *LI = nullptr;429 DependenceInfo *DI = nullptr;430 DominatorTree *DT = nullptr;433 OptimizationRemarkEmitter *ORE;435 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function439 bool run(Loop *L) { in run()446 bool run(LoopNest &LN) { in run()454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()[all …]