Home
last modified time | relevance | path

Searched defs:WorkQ (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp84 SetQueue<NodeId> &WorkQ) { in scanInstr()
96 SetQueue<NodeId> &WorkQ) { in processDef()
107 SetQueue<NodeId> &WorkQ) { in processUse()
128 SetQueue<NodeId> WorkQ; in collect() local
H A DHexagonGenPredicate.cpp322 std::queue<RegisterSubReg> WorkQ; in isScalarPred() local
H A DHexagonSplitDouble.cpp288 UVect WorkQ; in partitionRegisters() local
573 LoopVector WorkQ; in collectIndRegs() local
H A DHexagonISelDAGToDAGHVX.cpp232 std::vector<Node> WorkQ; in color() local
1139 SetVector<SDNode*> WorkQ; in selectVectorConstants() local
H A DHexagonVectorCombine.cpp853 std::deque<Instruction *> WorkQ = {In}; in getUpwardDeps() local
/freebsd/contrib/sendmail/src/
H A Dqueue.c81 static WORK *WorkQ; /* queue of things to be done */ variable