allUsesReplacedWith overloads

Synopses

Declared in <llvm/IR/ValueHandle.h>

Callback for Value RAUW.

virtual
void
allUsesReplacedWith(Value* New);

Notify the Config and optionally remap this key when RAUWd.

virtual
void
allUsesReplacedWith(Value* new_key) override;

Parameters

Name

Description

New

Replacement value passed to replaceAllUsesWith.

new_key

The Value that replaces this key.

Created with MrDocs