Searched refs:SetQueue (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 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);
|
D | RDFDeadCode.cpp | 28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination 29 SetQueue() : Set(), Queue() {} in SetQueue() function 83 SetQueue<NodeId> &WorkQ) { in scanInstr() 95 SetQueue<NodeId> &WorkQ) { in processDef() 106 SetQueue<NodeId> &WorkQ) { in processUse() 127 SetQueue<NodeId> WorkQ; in collect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 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);
|
D | RDFDeadCode.cpp | 28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination 29 SetQueue() : Set(), Queue() {} in SetQueue() argument 83 SetQueue<NodeId> &WorkQ) { in scanInstr() 95 SetQueue<NodeId> &WorkQ) { in processDef() 106 SetQueue<NodeId> &WorkQ) { in processUse() 127 SetQueue<NodeId> WorkQ; in collect()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 57 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);
|
D | RDFDeadCode.cpp | 28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination 29 SetQueue() : Set(), Queue() {} in SetQueue() argument 72 SetQueue<NodeId> &WorkQ) { in scanInstr() 84 SetQueue<NodeId> &WorkQ) { in processDef() 95 SetQueue<NodeId> &WorkQ) { in processUse() 116 SetQueue<NodeId> WorkQ; in collect()
|