Searched refs:LegacyLICMPass (Results 1 – 1 of 1) sorted by relevance
241 struct LegacyLICMPass : public LoopPass { struct243 LegacyLICMPass( in LegacyLICMPass() argument371 char LegacyLICMPass::ID = 0;372 INITIALIZE_PASS_BEGIN(LegacyLICMPass, "licm", "Loop Invariant Code Motion",379 INITIALIZE_PASS_END(LegacyLICMPass, "licm", "Loop Invariant Code Motion", false, in INITIALIZE_PASS_DEPENDENCY()382 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } in INITIALIZE_PASS_DEPENDENCY()