Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp368 struct LVIValueHandle final : public CallbackVH { struct
369 LazyValueInfoCache *Parent;
371 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle() argument
375 void allUsesReplacedWith(Value *V) override { in allUsesReplacedWith()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp140 struct LVIValueHandle final : public CallbackVH { struct
141 LazyValueInfoCache *Parent;
143 LVIValueHandle(Value *V, LazyValueInfoCache *P = nullptr) in LVIValueHandle() function
147 void allUsesReplacedWith(Value *V) override { in allUsesReplacedWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp138 struct LVIValueHandle final : public CallbackVH { struct
142 LazyValueInfoCache *Parent;
144 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle() function
148 void allUsesReplacedWith(Value *V) override { in allUsesReplacedWith()