Home
last modified time | relevance | path

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

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