Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance
303 enum class CombinerObjective { enum309 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()321 return CombinerObjective::MustReduceDepth; in getCombinerObjective()324 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()326 return CombinerObjective::Default; in getCombinerObjective()392 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()677 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()