Home
last modified time | relevance | path

Searched refs:InsertedPhis (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1002 SmallVector<WeakVH, 8> InsertedPhis; in applyInsertUpdates() local
1009 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()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp637 SmallVector<PHINode *, 8> InsertedPhis; in setPhiValues() local
638 SSAUpdater Updater(&InsertedPhis); in setPhiValues()
673 AffectedPhis.append(InsertedPhis.begin(), InsertedPhis.end()); in setPhiValues()