Home
last modified time | relevance | path

Searched defs:CurSU (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp543 SUnit *CurSU = AvailableQueue.pop(); in ListScheduleBottomUp() local
DScheduleDAGRRList.cpp1129 SUnit *CurSU = AvailableQueue->pop(); in PickNodeToScheduleBottomUp() local
1382 SUnit *CurSU = AvailableQueue->pop(); in ListScheduleTopDown() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp554 SUnit *CurSU = AvailableQueue.pop(); in ListScheduleBottomUp() local
DScheduleDAGRRList.cpp1365 SUnit *CurSU = AvailableQueue->empty() ? nullptr : AvailableQueue->pop(); in PickNodeToScheduleBottomUp() local