Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance
429 struct LoopInterchange : public FunctionPass { struct430 static char ID;431 ScalarEvolution *SE;432 LoopInfo *LI;433 DependenceAnalysis *DA;434 DominatorTree *DT;435 bool PreserveLCSSA;436 LoopInterchange() in LoopInterchange() function441 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()451 bool runOnFunction(Function &F) override { in runOnFunction()[all …]