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.cpp986 SmallVector<WeakVH, 8> InsertedPhis; in applyInsertUpdates() local
993 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp780 SmallVector<PHINode *, 8> InsertedPhis; in setPhiValues() local
781 SSAUpdater Updater(&InsertedPhis); in setPhiValues()
891 AffectedPhis.append(InsertedPhis.begin(), InsertedPhis.end()); in setPhiValues()