Searched defs:LegacyLICMPass (Results 1 – 1 of 1) sorted by relevance
124 struct LegacyLICMPass : public LoopPass { struct125 static char ID; // Pass identification, replacement for typeid126 LegacyLICMPass() : LoopPass(ID) { in LegacyLICMPass() argument130 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()146 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()154 bool doFinalization() override { in doFinalization()161 LoopInvariantCodeMotion LICM;