Searched refs:DisableConstantHoisting (Results 1 – 3 of 3) sorted by relevance
44 bool DisableConstantHoisting = false; member
96 static cl::opt<bool> DisableConstantHoisting("disable-constant-hoisting", variable496 SET_BOOLEAN_OPTION(DisableConstantHoisting) in getCGPassBuilderOption()860 if (getOptLevel() != CodeGenOptLevel::None && !DisableConstantHoisting) in addIRPasses()
678 if (getOptLevel() != CodeGenOptLevel::None && !Opt.DisableConstantHoisting) in addIRPasses()