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