ΒΆllvm::PhysRegInfo AnalyzePhysRegInBundle(
    const llvm::MachineInstr& MI,
    unsigned int Reg,
    const llvm::TargetRegisterInfo* TRI)

Description

AnalyzePhysRegInBundle - Analyze how the current instruction or bundle uses a physical register. This function should not be called after operator++(), it expects a fresh iterator.

Declared at: llvm/include/llvm/CodeGen/MachineInstrBundle.h:284

Parameters

const llvm::MachineInstr& MI
unsigned int Reg
The physical register to analyze.
const llvm::TargetRegisterInfo* TRI

Returns

A filled-in PhysRegInfo struct.