Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1082 SmallSetVector<MemoryPhi *, 4> PhisToFill; in applyInsertUpdates() local
1088 PhisToFill.insert(IDFPhi); in applyInsertUpdates()
1094 if (!PhisToFill.count(IDFPhi)) { in applyInsertUpdates()