Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp265 enum class CombinerObjective { enum
271 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
281 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
284 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()
286 return CombinerObjective::Default; in getCombinerObjective()
352 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()
637 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()