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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1 //===- MachineLICM.cpp - Machine Loop Invariant Code Motion Pass ----------===//
62 cl::desc("MachineLICM should avoid speculation"),
67 cl::desc("MachineLICM should hoist even cheap instructions"),
72 cl::desc("MachineLICM should sink instructions into "
282 class MachineLICM : public MachineLICMBase { class in namespace:__anon3512
285 MachineLICM() : MachineLICMBase(ID, false) { function in class:__anon3512::MachineLICM
300 char MachineLICM::ID;
303 char &llvm::MachineLICMID = MachineLICM::ID;
306 INITIALIZE_PASS_BEGIN(MachineLICM, DEBUG_TYPE,
312 INITIALIZE_PASS_END(MachineLICM, DEBUG_TYP
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile303 SRCS_MIN+= CodeGen/MachineLICM.cpp

Completed in 207 milliseconds