Searched refs:PhiQ (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1521 SetVector<NodeId> PhiQ; local
1524 PhiQ.insert(P.Id);
1541 while (!PhiQ.empty()) {
1542 auto PA = addr<PhiNode*>(PhiQ[0]);
1543 PhiQ.remove(PA.Id);
1552 PhiQ.insert(OA.Id);

Completed in 112 milliseconds