Home
last modified time | relevance | path

Searched refs:PhiUQ (Results 1 – 1 of 1) 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()