Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp72 SetQueue<NodeId> &WorkQ) { in scanInstr()
84 SetQueue<NodeId> &WorkQ) { in processDef()
95 SetQueue<NodeId> &WorkQ) { in processUse()
116 SetQueue<NodeId> WorkQ; in collect() local
DHexagonGenPredicate.cpp303 std::queue<Register> WorkQ; in isScalarPred() local
DHexagonSplitDouble.cpp267 UVect WorkQ; in partitionRegisters() local
528 LoopVector WorkQ; in collectIndRegs() local
/external/python/cpython2/Demo/threads/
Dfind.py35 class WorkQ: class