Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp364 SmallPtrSet<const Value *, 32> GlobalValueVisited; member in __anoneaa63fbe0111::Verifier
752 forEachUser(&GV, GlobalValueVisited, [&](const Value *V) -> bool { in visitGlobalValue()