Searched defs:LegacyLICMPass (Results 1 – 1 of 1) sorted by relevance
214 struct LegacyLICMPass : public LoopPass { struct215 static char ID; // Pass identification, replacement for typeid216 LegacyLICMPass( in LegacyLICMPass() argument223 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()256 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()272 LoopInvariantCodeMotion LICM;