Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance
297 enum class CombinerObjective { enum303 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()319 return CombinerObjective::MustReduceDepth; in getCombinerObjective()322 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()324 return CombinerObjective::Default; in getCombinerObjective()388 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()656 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()