Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h63 bool DisableConstantHoisting = false; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp98 static cl::opt<bool> DisableConstantHoisting("disable-constant-hoisting", variable
505 SET_BOOLEAN_OPTION(DisableConstantHoisting) in getCGPassBuilderOption()
868 if (getOptLevel() != CodeGenOptLevel::None && !DisableConstantHoisting) in addIRPasses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h778 if (getOptLevel() != CodeGenOptLevel::None && !Opt.DisableConstantHoisting) in addIRPasses()