Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance
367 struct LoopInterchange { struct368 ScalarEvolution *SE = nullptr;369 LoopInfo *LI = nullptr;370 DependenceInfo *DI = nullptr;371 DominatorTree *DT = nullptr;372 std::unique_ptr<CacheCost> CC = nullptr;375 OptimizationRemarkEmitter *ORE;377 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() argument382 bool run(Loop *L) { in run()390 bool run(LoopNest &LN) { in run()[all …]