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.cpp321 class EarlyMachineLICM : public MachineLICMBase { class
324 EarlyMachineLICM() : MachineLICMBase(ID, true) { in EarlyMachineLICM() function in __anona9a475ae0111::EarlyMachineLICM
332 char EarlyMachineLICM::ID;
335 char &llvm::EarlyMachineLICMID = EarlyMachineLICM::ID;
346 INITIALIZE_PASS_BEGIN(EarlyMachineLICM, "early-machinelicm", in INITIALIZE_PASS_DEPENDENCY()
352 INITIALIZE_PASS_END(EarlyMachineLICM, "early-machinelicm", in INITIALIZE_PASS_DEPENDENCY()