Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h44 bool DisableConstantHoisting = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp96 static cl::opt<bool> DisableConstantHoisting("disable-constant-hoisting", variable
492 SET_BOOLEAN_OPTION(DisableConstantHoisting) in getCGPassBuilderOption()
856 if (getOptLevel() != CodeGenOptLevel::None && !DisableConstantHoisting) in addIRPasses()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h743 if (getOptLevel() != CodeGenOptLevel::None && !Opt.DisableConstantHoisting) in addIRPasses()