Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2536 unsigned LNumVals = left->getNode()->getNumValues(); in BURRSort() local
2537 LPriority = (LPriority > LNumVals) ? (LPriority - LNumVals) : 0; in BURRSort()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2411 unsigned LNumVals = left->getNode()->getNumValues(); in BURRSort() local
2412 LPriority = (LPriority > LNumVals) ? (LPriority - LNumVals) : 0; in BURRSort()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2323 unsigned LNumVals = left->getNode()->getNumValues(); in BURRSort() local
2324 LPriority = (LPriority > LNumVals) ? (LPriority - LNumVals) : 0; in BURRSort()