Searched refs:PhiUQ (Results 1 – 2 of 2) sorted by relevance
337 std::vector<NodeId> PhiUQ; // Work list of phis for upward propagation. in computePhiInfo() local417 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()
440 std::vector<NodeId> PhiUQ; // Work list of phis for upward propagation. in computePhiInfo() local545 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()