Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp266 SmallVector<Instruction *, 2> ToNotify; in markUsersAsChanged() local
269 ToNotify.push_back(UI); in markUsersAsChanged()
270 for (Instruction *UI : ToNotify) in markUsersAsChanged()