Searched refs:BURRSort (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2404 static bool BURRSort(SUnit *left, SUnit *right, RegReductionPQBase *SPQ) { in BURRSort() function 2512 return BURRSort(left, right, SPQ); in operator ()() 2528 return BURRSort(left, right, SPQ); in operator ()() 2556 return BURRSort(left, right, SPQ); in operator ()() 2577 return BURRSort(left, right, SPQ); in operator ()() 2622 return BURRSort(left, right, SPQ); in operator ()() 2672 return BURRSort(left, right, SPQ); in operator ()()
|