Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp977 SmallVector<WeakVH, 8> InsertedPhis; in applyInsertUpdates() local
984 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp715 SmallVector<PHINode *, 8> InsertedPhis; in setPhiValues() local
716 SSAUpdater Updater(&InsertedPhis); in setPhiValues()
768 AffectedPhis.append(InsertedPhis.begin(), InsertedPhis.end()); in setPhiValues()