Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2532 unsigned RNumVals = right->getNode()->getNumValues(); in BURRSort() local
2533 RPriority = (RPriority > RNumVals) ? (RPriority - RNumVals) : 0; in BURRSort()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2407 unsigned RNumVals = right->getNode()->getNumValues(); in BURRSort() local
2408 RPriority = (RPriority > RNumVals) ? (RPriority - RNumVals) : 0; in BURRSort()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2319 unsigned RNumVals = right->getNode()->getNumValues(); in BURRSort() local
2320 RPriority = (RPriority > RNumVals) ? (RPriority - RNumVals) : 0; in BURRSort()