Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance
217 enum class CombinerObjective { enum222 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()230 return CombinerObjective::MustReduceDepth; in getCombinerObjective()232 return CombinerObjective::Default; in getCombinerObjective()266 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) in improvesCriticalPathLen()