Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp337 std::vector<NodeId> PhiUQ; // Work list of phis for upward propagation. in computePhiInfo() local
417 PhiUQ.push_back(PhiA.Id); in computePhiInfo()
473 for (unsigned i = 0; i < PhiUQ.size(); ++i) { in computePhiInfo()
474 auto PA = DFG.addr<PhiNode*>(PhiUQ[i]); in computePhiInfo()
503 PhiUQ.push_back(UP.first); in computePhiInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp440 std::vector<NodeId> PhiUQ; // Work list of phis for upward propagation. in computePhiInfo() local
545 PhiUQ.push_back(PhiA.Id); in computePhiInfo()
617 for (unsigned i = 0; i < PhiUQ.size(); ++i) { in computePhiInfo()
618 auto PA = DFG.addr<PhiNode*>(PhiUQ[i]); in computePhiInfo()
662 PhiUQ.push_back(P.first); in computePhiInfo()