Searched defs:LVIValueHandle (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp292 /// LVIValueHandle - A callback value handle update the cache when
295 struct LVIValueHandle : public CallbackVH { struct in namespace:__anon6569
298 LVIValueHandle(Value *V, LazyValueInfoCache *P) function in struct:__anon6569::LVIValueHandle
310 struct DenseMapInfo<LVIValueHandle> {
312 static inline LVIValueHandle getEmptyKey() {
313 return LVIValueHandle(PointerInfo::getEmptyKey(),
316 static inline LVIValueHandle getTombstoneKey() {
317 return LVIValueHandle(PointerInfo::getTombstoneKey(),
320 static unsigned getHashValue(const LVIValueHandle &Val) {
323 static bool isEqual(const LVIValueHandle
[all...]

Completed in 499 milliseconds