Home
last modified time | relevance | path

Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp429 struct LoopInterchange : public FunctionPass { struct
430 static char ID;
431 ScalarEvolution *SE;
432 LoopInfo *LI;
433 DependenceAnalysis *DA;
434 DominatorTree *DT;
435 bool PreserveLCSSA;
436 LoopInterchange() in LoopInterchange() function
441 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
451 bool runOnFunction(Function &F) override { in runOnFunction()
[all …]