Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp140 struct LVIValueHandle final : public CallbackVH { struct
141 LazyValueInfoCache *Parent;
143 LVIValueHandle(Value *V, LazyValueInfoCache *P = nullptr) in LVIValueHandle() argument
147 void allUsesReplacedWith(Value *V) override { in allUsesReplacedWith()