Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp190 SetVector<Node> FirstQ; in color() local
191 auto Enqueue = [this,&FirstQ] (Node N) { in color()
198 FirstQ.insert(Q.begin(), Q.end()); in color()
203 for (Node N : FirstQ) { in color()