Searched refs:LastUses (Results 1 – 3 of 3) sorted by relevance
584 SmallVector<Pass *, 12> LastUses; in setLastUser() local594 LastUses.push_back(AnalysisPass); in setLastUser()599 setLastUser(LastUses, P); in setLastUser()617 void PMTopLevelManager::collectLastUses(SmallVectorImpl<Pass *> &LastUses, in collectLastUses() argument624 LastUses.append(LU.begin(), LU.end()); in collectLastUses()1041 SmallVector<Pass *, 12> LastUses; in add() local1056 LastUses.push_back(PUsed); in add()1070 LastUses.push_back(P); in add()1071 TPM->setLastUser(LastUses, P); in add()
182 void collectLastUses(SmallVectorImpl<Pass *> &LastUses, Pass *P);
1425 Instr2LastUsesTy LastUses; in computeLastUses() local1427 LastUses[Entry.second].insert(Entry.first); in computeLastUses()1428 return LastUses; in computeLastUses()1455 auto LastUses = computeLastUses(OrderedInsts, Stages); in computeMaxSetPressure() local1505 for (auto LastUse : LastUses[MI]) { in computeMaxSetPressure()