getRegAllocationHints ‐ Return a reference to the vector of all register allocation hints for VReg.

Synopsis

Declared in <llvm/CodeGen/MachineRegisterInfo.h>

std::pair<unsigned int, SmallVector<Register, 4>> const*
getRegAllocationHints(Register VReg) const;

Return Value

Pointer to the hint type and preferred‐register list, or null.

Parameters

Name

Description

VReg

Virtual register whose hints are requested.

Created with MrDocs