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