Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.h57 template<typename T> struct SetQueue;
60 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
61 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
62 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
DRDFDeadCode.cpp28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination
29 SetQueue() : Set(), Queue() {} in SetQueue() function
72 SetQueue<NodeId> &WorkQ) { in scanInstr()
84 SetQueue<NodeId> &WorkQ) { in processDef()
95 SetQueue<NodeId> &WorkQ) { in processUse()
116 SetQueue<NodeId> WorkQ; in collect()