HomeSort by relevance Sort by last modified time
    Searched refs:SetQueue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
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);
RDFDeadCode.cpp 28 template<typename T> struct DeadCodeElimination::SetQueue {
29 SetQueue() : Set(), Queue() {}
72 SetQueue<NodeId> &WorkQ) {
84 SetQueue<NodeId> &WorkQ) {
95 SetQueue<NodeId> &WorkQ) {
116 SetQueue<NodeId> WorkQ;

Completed in 666 milliseconds