Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h56 template<typename T> struct SetQueue;
59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
H A DRDFDeadCode.cpp28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination
29 SetQueue() : Set(), Queue() {} in SetQueue() argument
84 SetQueue<NodeId> &WorkQ) { in scanInstr()
96 SetQueue<NodeId> &WorkQ) { in processDef()
107 SetQueue<NodeId> &WorkQ) { in processUse()
128 SetQueue<NodeId> WorkQ; in collect()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp56 void SetQueue(const lldb::QueueSP &queue_sp) { in SetQueue() function in lldb_private::QueueImpl
254 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue() function in SBQueue
255 m_opaque_sp->SetQueue(queue_sp); in SetQueue()
H A DSBThread.cpp101 sb_queue.SetQueue(queue_sp); in GetQueue()
H A DSBProcess.cpp434 sb_queue.SetQueue(queue_sp); in GetQueueAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueue.h61 void SetQueue(const lldb::QueueSP &queue_sp);