Searched refs:PhiQ (Results 1 – 1 of 1) sorted by relevance
1445 SetVector<NodeId> PhiQ; in removeUnusedPhis() local1448 PhiQ.insert(P.Id); in removeUnusedPhis()1465 while (!PhiQ.empty()) { in removeUnusedPhis()1466 auto PA = addr<PhiNode*>(PhiQ[0]); in removeUnusedPhis()1467 PhiQ.remove(PA.Id); in removeUnusedPhis()1476 PhiQ.insert(OA.Id); in removeUnusedPhis()