Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp226 AvailableQueue->push_all(NotReady); in listScheduleTopDown()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp611 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h545 void push_all(const std::vector<SUnit *> &Nodes) { in push_all() function