reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/Hexagon/RDFDeadCode.h
   56     template<typename T> struct SetQueue;

References

lib/Target/Hexagon/RDFDeadCode.cpp
   83       SetQueue<NodeId> &WorkQ) {
   95       SetQueue<NodeId> &WorkQ) {
  106       SetQueue<NodeId> &WorkQ) {
  127   SetQueue<NodeId> WorkQ;
lib/Target/Hexagon/RDFDeadCode.h
   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);