Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/IR/
H A DValueHandleTest.cpp268 void allUsesReplacedWith(Value *) override { AURWCalls++; } in TEST_F() function in __anonf2cabf720111::TEST_F::RecordingVH
295 void allUsesReplacedWith(Value *new_value) override { in TEST_F() function in __anonf2cabf720111::TEST_F::RecordingVH
330 void allUsesReplacedWith(Value *new_value) override { in TEST_F() function in __anonf2cabf720111::TEST_F::RecoveringVH
374 void allUsesReplacedWith(Value *) override { in TEST_F() function in __anonf2cabf720111::TEST_F::DestroyingVH
/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp20 void PhiValues::PhiValuesCallbackVH::allUsesReplacedWith(Value *) { in allUsesReplacedWith() function in PhiValues::PhiValuesCallbackVH
H A DAssumptionCache.cpp156 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { allUsesReplacedWith() function in AssumptionCache::AffectedValueCallbackVH
H A DLazyValueInfo.cpp150 void allUsesReplacedWith(Value *V) override { allUsesReplacedWith() function
H A DScalarEvolution.cpp567 void SCEVUnknown::allUsesReplacedWith(Value *New) { allUsesReplacedWith() function in SCEVUnknown
13493 void ScalarEvolution::SCEVCallbackVH::allUsesReplacedWith(Value *V) { allUsesReplacedWith() function in ScalarEvolution::SCEVCallbackVH
/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h140 void allUsesReplacedWith(Value *) override { CallbackVH::deleted(); } allUsesReplacedWith() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp330 void AddrLabelMapCallbackPtr::allUsesReplacedWith(Value *V2) { allUsesReplacedWith() function in AddrLabelMapCallbackPtr