Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2729 static bool canEnableCoalescing(SUnit *SU) { in canEnableCoalescing() function
2775 bool LReduce = canEnableCoalescing(left); in operator ()()
2776 bool RReduce = canEnableCoalescing(right); in operator ()()