Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1720 struct LoopInterchangeLegacyPass : public LoopPass { struct
1721 static char ID;
1723 LoopInterchangeLegacyPass() : LoopPass(ID) { in LoopInterchangeLegacyPass() function
1727 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
1734 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()