Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp241 struct LegacyLICMPass : public LoopPass { struct
243 LegacyLICMPass( in LegacyLICMPass() argument
371 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()