Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp304 struct LVIValueHandle final : public CallbackVH { struct
305 LazyValueInfoCache *Parent;
307 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle() function
311 void allUsesReplacedWith(Value *V) override { in allUsesReplacedWith()