Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp303 enum class CombinerObjective { enum
309 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()