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