Searched refs:SetQueue (Results 1 – 2 of 2) sorted by relevance
56 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);
28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination29 SetQueue() : Set(), Queue() {} in SetQueue() argument83 SetQueue<NodeId> &WorkQ) { in scanInstr()95 SetQueue<NodeId> &WorkQ) { in processDef()106 SetQueue<NodeId> &WorkQ) { in processUse()127 SetQueue<NodeId> WorkQ; in collect()