Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp283 class EarlyMachineLICM : public MachineLICMBase { class
286 EarlyMachineLICM() : MachineLICMBase(ID, true) { in EarlyMachineLICM() function in __anon716971650111::EarlyMachineLICM
294 char EarlyMachineLICM::ID;
297 char &llvm::EarlyMachineLICMID = EarlyMachineLICM::ID;
308 INITIALIZE_PASS_BEGIN(EarlyMachineLICM, "early-machinelicm", in INITIALIZE_PASS_DEPENDENCY()
314 INITIALIZE_PASS_END(EarlyMachineLICM, "early-machinelicm", in INITIALIZE_PASS_DEPENDENCY()