class RegisterRegAlloc

Declaration

class RegisterRegAlloc : public RegisterRegAllocBase { /* full declaration omitted */ };

Description

RegisterRegAllocBase class - Track the registration of register allocators.

Declared at: llvm/include/llvm/CodeGen/RegAllocRegistry.h:61

Inherits from: RegisterRegAllocBase

Method Overview

  • public RegisterRegAlloc(const char * N, const char * D, llvm::RegisterRegAllocBase<llvm::RegisterRegAlloc>::FunctionPassCtor C)

Methods

ΒΆRegisterRegAlloc(
    const char* N,
    const char* D,
    llvm::RegisterRegAllocBase<
        llvm::RegisterRegAlloc>::FunctionPassCtor
        C)

Declared at: llvm/include/llvm/CodeGen/RegAllocRegistry.h:63

Parameters

const char* N
const char* D
llvm::RegisterRegAllocBase< llvm::RegisterRegAlloc>::FunctionPassCtor C