Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2893 static unsigned LimitedSumOfUnscheduledPredsOfSuccs(const SUnit *SU, in LimitedSumOfUnscheduledPredsOfSuccs() function
2922 unsigned LBonus = (LimitedSumOfUnscheduledPredsOfSuccs(left,1) == 1) ? 2 : 0; in operator ()()
2923 unsigned RBonus = (LimitedSumOfUnscheduledPredsOfSuccs(right,1) == 1) ? 2 : 0; in operator ()()