Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2583 static bool canEnableCoalescing(SUnit *SU) { in canEnableCoalescing() function
2628 bool LReduce = canEnableCoalescing(left); in operator ()()
2629 bool RReduce = canEnableCoalescing(right); in operator ()()