Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp124 struct LegacyLICMPass : public LoopPass { struct
125 static char ID; // Pass identification, replacement for typeid
126 LegacyLICMPass() : LoopPass(ID) { in LegacyLICMPass() argument
130 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;