Home
last modified time | relevance | path

Searched refs:CombinerObjective (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp298 enum class CombinerObjective { enum
304 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
320 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
323 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()
325 return CombinerObjective::Default; in getCombinerObjective()
390 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()
662 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()