Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp273 class MachineLICM : public MachineLICMBase { class
276 MachineLICM() : MachineLICMBase(ID, false) { in MachineLICM() function in __anon3ed712e20111::MachineLICM
291 char MachineLICM::ID;
294 char &llvm::MachineLICMID = MachineLICM::ID;
297 INITIALIZE_PASS_BEGIN(MachineLICM, DEBUG_TYPE,
303 INITIALIZE_PASS_END(MachineLICM, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile322 SRCS_MIN+= CodeGen/MachineLICM.cpp