Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp173 SmallPtrSet<Instruction *, 4> UniqueUsers; in AddUsersIfInteresting() local
176 if (!UniqueUsers.insert(User).second) in AddUsersIfInteresting()