Searched defs:LoopInterchange (Results 1 – 2 of 2) sorted by relevance
432 struct LoopInterchange : public LoopPass { struct433 static char ID;434 ScalarEvolution *SE = nullptr;435 LoopInfo *LI = nullptr;436 DependenceInfo *DI = nullptr;437 DominatorTree *DT = nullptr;440 OptimizationRemarkEmitter *ORE;442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function446 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()453 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()[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 …]