Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp214 struct LegacyLICMPass : public LoopPass { struct
215 static char ID; // Pass identification, replacement for typeid
216 LegacyLICMPass( in LegacyLICMPass() argument
223 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
256 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
272 LoopInvariantCodeMotion LICM;