Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PhiQ

1445   SetVector<NodeId> PhiQ;
1448 PhiQ.insert(P.Id);
1465 while (!PhiQ.empty()) {
1466 auto PA = addr<PhiNode*>(PhiQ[0]);
1467 PhiQ.remove(PA.Id);
1476 PhiQ.insert(OA.Id);