Searched refs:InsertedPhis (Results 1 – 2 of 2) sorted by relevance
1002 SmallVector<WeakVH, 8> InsertedPhis; in applyInsertUpdates() local1009 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); in applyInsertUpdates()1090 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()1094 for (auto &VH : InsertedPhis) in applyInsertUpdates()1112 InsertedPhis.push_back(IDFPhi); in applyInsertUpdates()1161 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
637 SmallVector<PHINode *, 8> InsertedPhis; in setPhiValues() local638 SSAUpdater Updater(&InsertedPhis); in setPhiValues()673 AffectedPhis.append(InsertedPhis.begin(), InsertedPhis.end()); in setPhiValues()