Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1445 SetVector<NodeId> PhiQ; in removeUnusedPhis() local
1448 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()