Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp78 static cl::opt<bool> DisableMachineLICM("disable-machine-licm", cl::Hidden, variable
317 return applyDisable(TargetID, DisableMachineLICM); in overridePass()
600 DISABLE_PASS(DisableMachineLICM, EarlyMachineLICMPass) in registerCodeGenCallback()