Searched defs:WorkQ (Results 1 – 6 of 6) sorted by relevance
84 SetQueue<NodeId> &WorkQ) { in scanInstr()96 SetQueue<NodeId> &WorkQ) { in processDef()107 SetQueue<NodeId> &WorkQ) { in processUse()128 SetQueue<NodeId> WorkQ; in collect() local
322 std::queue<RegisterSubReg> WorkQ; in isScalarPred() local
288 UVect WorkQ; in partitionRegisters() local573 LoopVector WorkQ; in collectIndRegs() local
232 std::vector<Node> WorkQ; in color() local 1139 SetVector<SDNode*> WorkQ; in selectVectorConstants() local
853 std::deque<Instruction *> WorkQ = {In}; in getUpwardDeps() local
81 static WORK *WorkQ; /* queue of things to be done */ variable