Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp368 struct LVIValueHandle final : public CallbackVH { struct
371 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle() argument
395 std::map<LVIValueHandle, ValueCacheEntryTy> ValueCache;
431 friend struct LVIValueHandle;
467 return ValueCache[LVIValueHandle(V, this)]; in lookup()
483 LVIValueHandle ValHandle(V, this); in hasCachedValueInfo()
535 void LVIValueHandle::deleted() { in deleted()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp138 struct LVIValueHandle final : public CallbackVH { struct
140 friend struct DenseMapInfo<LVIValueHandle>;
144 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle() argument
165 LVIValueHandle Handle;
255 friend struct LVIValueHandle;
273 void LVIValueHandle::deleted() { in deleted()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp140 struct LVIValueHandle final : public CallbackVH { struct
143 LVIValueHandle(Value *V, LazyValueInfoCache *P = nullptr) in LVIValueHandle() function
175 DenseSet<LVIValueHandle, DenseMapInfo<Value *>> ValueHandles;
276 void LVIValueHandle::deleted() { in deleted()