llvm::MachineIDFSSAUpdater::addUseBlock

Record a basic block that uses the value.

Synopsis

Declared in <llvm/CodeGen/MachineIDFSSAUpdater.h>

void
addUseBlock(MachineBasicBlock* BB);

Description

This method should be called for every basic block where the value will be used. Must be called before invoking Calculate().

Parameters

NameDescription
BBBlock that contains a use of the rewritten value.