Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp143 struct LVIValueHandle final : public CallbackVH { struct
144 LazyValueInfoCache *Parent;
146 LVIValueHandle(Value *V, LazyValueInfoCache *P = nullptr) in LVIValueHandle() function
150 void allUsesReplacedWith(Value *V) override { in allUsesReplacedWith()