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