Searched refs:LegacyLICMPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp194 struct LegacyLICMPass : public LoopPass { struct in namespace:__anon4643
196 LegacyLICMPass( function in struct:__anon4643::LegacyLICMPass
268 char LegacyLICMPass::ID = 0;
269 INITIALIZE_PASS_BEGIN(LegacyLICMPass, "licm", "Loop Invariant Code Motion",
275 INITIALIZE_PASS_END(LegacyLICMPass, "licm", "Loop Invariant Code Motion", false,
278 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); }
281 return new LegacyLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap);

Completed in 53 milliseconds