Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp297 enum class CombinerObjective { enum
303 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
319 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
322 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()
324 return CombinerObjective::Default; in getCombinerObjective()
388 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()
656 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()