Searched refs:UNodeList (Results 1 – 1 of 1) sorted by relevance
80 bool analyzeUses(unsigned DefR, const NodeList &UNodeList,84 const NodeList &UNodeList);85 void getAllRealUses(NodeAddr<StmtNode *> SN, NodeList &UNodeList);86 bool allValidCandidates(NodeAddr<StmtNode *> SA, NodeList &UNodeList);141 const NodeList &UNodeList) { in canRemoveAddasl() argument158 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in canRemoveAddasl()191 NodeList &UNodeList) { in allValidCandidates() argument192 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in allValidCandidates()214 NodeList &UNodeList) { in getAllRealUses() argument242 UNodeList.push_back(phiUA); in getAllRealUses()[all …]