struct SchedDFSResult::NodeData

Declaration

struct SchedDFSResult::NodeData { /* full declaration omitted */ };

Description

Per-SUnit data computed during DFS for various metrics. A node's SubtreeID is set to itself when it is visited to indicate that it is the root of a subtree. Later it is set to its parent to indicate an interior node. Finally, it is set to a representative subtree ID during finalization.

Declared at: llvm/include/llvm/CodeGen/ScheduleDFS.h:76

Member Variables

public unsigned int InstrCount = 0
public unsigned int SubtreeID = InvalidSubtreeID

Method Overview

Methods

ΒΆNodeData()

Declared at: llvm/include/llvm/CodeGen/ScheduleDFS.h:80