Home
last modified time | relevance | path

Searched refs:PhiQ (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1538 SetVector<NodeId> PhiQ; in removeUnusedPhis() local
1541 PhiQ.insert(P.Id); in removeUnusedPhis()
1558 while (!PhiQ.empty()) { in removeUnusedPhis()
1559 auto PA = addr<PhiNode*>(PhiQ[0]); in removeUnusedPhis()
1560 PhiQ.remove(PA.Id); in removeUnusedPhis()
1569 PhiQ.insert(OA.Id); in removeUnusedPhis()