Searched refs:BURRSort (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 2541 static bool BURRSort(SUnit *left, SUnit *right, RegReductionPQBase *SPQ) { in BURRSort() function 2649 return BURRSort(left, right, SPQ); in operator ()() 2665 return BURRSort(left, right, SPQ); in operator ()() 2693 return BURRSort(left, right, SPQ); in operator ()() 2714 return BURRSort(left, right, SPQ); in operator ()() 2759 return BURRSort(left, right, SPQ); in operator ()() 2811 return BURRSort(left, right, SPQ); in operator ()()
|