Searched defs:LoopInterchange (Results 1 – 2 of 2) sorted by relevance
435 struct LoopInterchange : public FunctionPass { struct436 static char ID;437 ScalarEvolution *SE = nullptr;438 LoopInfo *LI = nullptr;439 DependenceInfo *DI = nullptr;440 DominatorTree *DT = nullptr;441 bool PreserveLCSSA;444 OptimizationRemarkEmitter *ORE;446 LoopInterchange() : FunctionPass(ID) { in LoopInterchange() function450 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()[all …]
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() argument437 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()447 bool runOnFunction(Function &F) override { in runOnFunction()[all …]