Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
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()