Searched refs:BURRSort (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2395 static bool BURRSort(SUnit *left, SUnit *right, RegReductionPQBase *SPQ) { in BURRSort() function 2503 return BURRSort(left, right, SPQ); in operator ()() 2519 return BURRSort(left, right, SPQ); in operator ()() 2547 return BURRSort(left, right, SPQ); in operator ()() 2568 return BURRSort(left, right, SPQ); in operator ()() 2613 return BURRSort(left, right, SPQ); in operator ()() 2663 return BURRSort(left, right, SPQ); in operator ()()
|