Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp217 enum class CombinerObjective { enum
222 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
230 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
232 return CombinerObjective::Default; in getCombinerObjective()
266 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) in improvesCriticalPathLen()