Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDCGPassBuilderOption.h44 bool DisableConstantHoisting = false; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp96 static cl::opt<bool> DisableConstantHoisting("disable-constant-hoisting", variable
496 SET_BOOLEAN_OPTION(DisableConstantHoisting) in getCGPassBuilderOption()
860 if (getOptLevel() != CodeGenOptLevel::None && !DisableConstantHoisting) in addIRPasses()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/
HDCodeGenPassBuilder.h678 if (getOptLevel() != CodeGenOptLevel::None && !Opt.DisableConstantHoisting) in addIRPasses()