Home
last modified time | relevance | path

Searched refs:FirstQ (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp196 SetVector<Node> FirstQ; in color() local
197 auto Enqueue = [this,&FirstQ] (Node N) { in color()
204 FirstQ.insert(Q.begin(), Q.end()); in color()
209 for (Node N : FirstQ) { in color()