Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1721 struct LoopInterchangeLegacyPass : public LoopPass { struct
1722 static char ID;
1724 LoopInterchangeLegacyPass() : LoopPass(ID) { in LoopInterchangeLegacyPass() function
1728 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
1735 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()