Lines Matching defs:LoopInterchange
425 struct LoopInterchange : public FunctionPass { struct
426 static char ID;
427 ScalarEvolution *SE;
428 LoopInfo *LI;
429 DependenceInfo *DI;
430 DominatorTree *DT;
431 bool PreserveLCSSA;
432 LoopInterchange() in LoopInterchange() argument
437 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
447 bool runOnFunction(Function &F) override { in runOnFunction()
473 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
492 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange()
498 bool processLoopList(LoopVector LoopList, Function &F) { in processLoopList()
570 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()