Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp77 static cl::opt<bool> DisableEarlyIfConversion("disable-early-ifcvt", cl::Hidden, variable
308 return applyDisable(TargetID, DisableEarlyIfConversion); in overridePass()
523 DISABLE_PASS(DisableEarlyIfConversion, EarlyIfConverterPass) in registerCodeGenCallback()