Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp192 SetVector<Node> FirstQ; in color() local
193 auto Enqueue = [this,&FirstQ] (Node N) { in color()
200 FirstQ.insert_range(Q); in color()
205 for (Node N : FirstQ) { in color()