Searched refs:InsertedPhis (Results 1 – 2 of 2) sorted by relevance
977 SmallVector<WeakVH, 8> InsertedPhis; in applyInsertUpdates() local984 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); in applyInsertUpdates()1065 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()1069 for (auto &VH : InsertedPhis) in applyInsertUpdates()1087 InsertedPhis.push_back(IDFPhi); in applyInsertUpdates()1136 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
715 SmallVector<PHINode *, 8> InsertedPhis; in setPhiValues() local716 SSAUpdater Updater(&InsertedPhis); in setPhiValues()768 AffectedPhis.append(InsertedPhis.begin(), InsertedPhis.end()); in setPhiValues()