Lines Matching refs:UNodeList

95                       const NodeList &UNodeList);
97 bool analyzeUses(unsigned DefR, const NodeList &UNodeList,
101 const NodeList &UNodeList);
103 unsigned LRExtReg, const NodeList &UNodeList);
104 void getAllRealUses(NodeAddr<StmtNode *> SN, NodeList &UNodeList);
105 bool allValidCandidates(NodeAddr<StmtNode *> SA, NodeList &UNodeList);
160 const NodeList &UNodeList) { in canRemoveAddasl() argument
177 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in canRemoveAddasl()
213 NodeList &UNodeList) { in allValidCandidates() argument
214 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in allValidCandidates()
245 NodeList &UNodeList) { in getAllRealUses() argument
274 UNodeList.push_back(phiUA); in getAllRealUses()
279 UNodeList.push_back(UA); in getAllRealUses()
286 const NodeList &UNodeList) { in isSafeToExtLR() argument
299 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in isSafeToExtLR()
350 const NodeList &UNodeList) { in processAddUses() argument
353 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processAddUses()
386 if (!isSafeToExtLR(AddSN, AddMI, BaseReg, UNodeList)) in processAddUses()
393 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processAddUses()
432 const NodeList &UNodeList, in analyzeUses() argument
439 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in analyzeUses()
611 NodeList UNodeList; in changeAddAsl() local
612 getAllRealUses(SA, UNodeList); in changeAddAsl()
614 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in changeAddAsl()
706 NodeList UNodeList; in processBlock() local
707 getAllRealUses(SA, UNodeList); in processBlock()
709 if (!allValidCandidates(SA, UNodeList)) in processBlock()
723 Changed |= processAddUses(SA, MI, UNodeList); in processBlock()
733 if (!analyzeUses(DefR, UNodeList, InstrEvalResult, SizeInc)) in processBlock()
740 LLVM_DEBUG(dbgs() << "\t[Total reached uses] : " << UNodeList.size() in processBlock()
743 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processBlock()