Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance
252 enum class CombinerObjective { enum257 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()265 return CombinerObjective::MustReduceDepth; in getCombinerObjective()267 return CombinerObjective::Default; in getCombinerObjective()321 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()