llvm::SwitchInstProfUpdateWrapper::SwitchInstProfUpdateWrapper

Construct a wrapper that keeps branch weights in sync for SI.

Synopsis

Declared in <llvm/IR/Instructions.h>

SwitchInstProfUpdateWrapper(SwitchInst& SI);

Parameters

NameDescription
SIThe switch instruction to wrap.