Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance
298 enum class CombinerObjective { enum304 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()320 return CombinerObjective::MustReduceDepth; in getCombinerObjective()323 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()325 return CombinerObjective::Default; in getCombinerObjective()390 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()662 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()