Searched refs:DisableStructurizer (Results 1 – 2 of 2) sorted by relevance
40 static bool DisableStructurizer; variable
258 static cl::opt<bool, true> DisableStructurizer( variable261 cl::location(AMDGPUTargetMachine::DisableStructurizer), cl::ReallyHidden);610 bool AMDGPUTargetMachine::DisableStructurizer = false; member in AMDGPUTargetMachine1214 if (!LateCFGStructurize && !DisableStructurizer) { in addPreISel()1222 if (!LateCFGStructurize && !DisableStructurizer) { in addPreISel()