Lines Matching defs:LoopInterchange
432 struct LoopInterchange { struct
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() argument
445 bool run(Loop *L) { in run()
452 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
471 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange()
477 bool processLoopList(LoopVector LoopList) { in processLoopList()
537 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()