Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance
265 enum class CombinerObjective { enum271 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()281 return CombinerObjective::MustReduceDepth; in getCombinerObjective()284 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()286 return CombinerObjective::Default; in getCombinerObjective()352 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()637 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()