llvm::Value::setValueName

Set the symbol-table name entry for this value.

Synopsis

Declared in <llvm/IR/Value.h>

void
setValueName(ValueName* VN);

Parameters

NameDescription
VNName entry to associate with this value.