Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp308 class EarlyMachineLICM : public MachineLICMBase { class
311 EarlyMachineLICM() : MachineLICMBase(ID, true) { in EarlyMachineLICM() function in __anona9a475ae0111::EarlyMachineLICM
319 char EarlyMachineLICM::ID;
322 char &llvm::EarlyMachineLICMID = EarlyMachineLICM::ID;
333 INITIALIZE_PASS_BEGIN(EarlyMachineLICM, "early-machinelicm", in INITIALIZE_PASS_DEPENDENCY()
339 INITIALIZE_PASS_END(EarlyMachineLICM, "early-machinelicm", in INITIALIZE_PASS_DEPENDENCY()