Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2568 static bool canEnableCoalescing(SUnit *SU) { in canEnableCoalescing() function
2613 bool LReduce = canEnableCoalescing(left); in operator ()()
2614 bool RReduce = canEnableCoalescing(right); in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2493 static bool canEnableCoalescing(SUnit *SU) { in canEnableCoalescing() function
2539 bool LReduce = canEnableCoalescing(left); in operator ()()
2540 bool RReduce = canEnableCoalescing(right); in operator ()()