Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp252 enum class CombinerObjective { enum
257 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
265 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
267 return CombinerObjective::Default; in getCombinerObjective()
321 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()