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

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

Completed in 142 milliseconds