struct LoopTraversal::MBBInfo

Declaration

struct LoopTraversal::MBBInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/LoopTraversal.h:67

Member Variables

public bool PrimaryCompleted = false
Whether we have gotten to this block in primary processing yet.
public unsigned int IncomingProcessed = 0
The number of predecessors for which primary processing has completed
public unsigned int PrimaryIncoming = 0
The value of `IncomingProcessed` at the start of primary processing
public unsigned int IncomingCompleted = 0
The number of predecessors for which all processing steps are done.

Method Overview

Methods

ΒΆMBBInfo()

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