Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1103 SmallSetVector<MemoryPhi *, 4> PhisToFill; in applyInsertUpdates() local
1109 PhisToFill.insert(IDFPhi); in applyInsertUpdates()
1115 if (!PhisToFill.count(IDFPhi)) { in applyInsertUpdates()