class MachineRegionNode

Declaration

class MachineRegionNode : public RegionNodeBase { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/MachineRegionInfo.h:49

Inherits from: RegionNodeBase

Method Overview

  • public inline MachineRegionNode(llvm::MachineRegion * Parent, llvm::MachineBasicBlock * Entry, bool isSubRegion = false)

Methods

ΒΆinline MachineRegionNode(
    llvm::MachineRegion* Parent,
    llvm::MachineBasicBlock* Entry,
    bool isSubRegion = false)

Declared at: llvm/include/llvm/CodeGen/MachineRegionInfo.h:51

Parameters

llvm::MachineRegion* Parent
llvm::MachineBasicBlock* Entry
bool isSubRegion = false