Searched refs:InsertedPhis (Results 1 – 2 of 2) sorted by relevance
986 SmallVector<WeakVH, 8> InsertedPhis; in applyInsertUpdates() local993 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); in applyInsertUpdates()1074 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()1078 for (auto &VH : InsertedPhis) in applyInsertUpdates()1096 InsertedPhis.push_back(IDFPhi); in applyInsertUpdates()1151 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
780 SmallVector<PHINode *, 8> InsertedPhis; in setPhiValues() local781 SSAUpdater Updater(&InsertedPhis); in setPhiValues()891 AffectedPhis.append(InsertedPhis.begin(), InsertedPhis.end()); in setPhiValues()