Lines Matching defs:LoopInterchange
429 struct LoopInterchange : public FunctionPass { struct
430 static char ID;
431 ScalarEvolution *SE;
432 LoopInfo *LI;
433 DependenceAnalysis *DA;
434 DominatorTree *DT;
435 bool PreserveLCSSA;
436 LoopInterchange() in LoopInterchange() argument
441 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
451 bool runOnFunction(Function &F) override { in runOnFunction()
474 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
494 unsigned selectLoopForInterchange(LoopVector LoopList) { in selectLoopForInterchange()
500 bool processLoopList(LoopVector LoopList, Function &F) { in processLoopList()
572 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()