Searched refs:LastUses (Results 1 – 3 of 3) sorted by relevance
574 SmallVector<Pass *, 12> LastUses; in setLastUser() local584 LastUses.push_back(AnalysisPass); in setLastUser()589 setLastUser(LastUses, P); in setLastUser()607 void PMTopLevelManager::collectLastUses(SmallVectorImpl<Pass *> &LastUses, in collectLastUses() argument614 LastUses.append(LU.begin(), LU.end()); in collectLastUses()1002 SmallVector<Pass *, 12> LastUses; in add() local1017 LastUses.push_back(PUsed); in add()1031 LastUses.push_back(P); in add()1032 TPM->setLastUser(LastUses, P); in add()
183 void collectLastUses(SmallVectorImpl<Pass *> &LastUses, Pass *P);
1640 Instr2LastUsesTy LastUses; in computeLastUses() local1642 LastUses[Entry.second].insert(Entry.first); in computeLastUses()1643 return LastUses; in computeLastUses()1670 auto LastUses = computeLastUses(OrderedInsts, Stages); in computeMaxSetPressure() local1720 for (auto LastUse : LastUses[MI]) { in computeMaxSetPressure()