Synopsis

Declared in <llvm/CodeGen/TargetInstrInfo.h>

TargetInstrInfo(
    TargetRegisterInfo const& TRI,
    unsigned int CFSetupOpcode = ~0u,
    unsigned int CFDestroyOpcode = ~0u,
    unsigned int CatchRetOpcode = ~0u,
    unsigned int ReturnOpcode = ~0u,
    int16_t const const* RegClassByHwModeTable = nullptr);

Created with MrDocs