Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance
425 struct LoopInterchange : public FunctionPass { struct426 static char ID;427 ScalarEvolution *SE;428 LoopInfo *LI;429 DependenceInfo *DI;430 DominatorTree *DT;431 bool PreserveLCSSA;432 LoopInterchange() in LoopInterchange() function437 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()447 bool runOnFunction(Function &F) override { in runOnFunction()[all …]