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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp259 enum class CombinerObjective { class
264 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) {
272 return CombinerObjective::MustReduceDepth;
274 return CombinerObjective::Default;
328 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) {

Completed in 182 milliseconds