LLVM: llvm::LoopTraversal::TraversedMBBInfo Struct Reference (original) (raw)

#include "[llvm/CodeGen/LoopTraversal.h](LoopTraversal%5F8h%5Fsource.html)"

Public Attributes
MachineBasicBlock * MBB = nullptr
The basic block.
bool PrimaryPass = true
True if this is the first time we process the basic block.
bool IsDone = true
True if the block that is ready for its final round of processing.

Definition at line 87 of file LoopTraversal.h.

llvm::LoopTraversal::TraversedMBBInfo::TraversedMBBInfo ( MachineBasicBlock * BB = nullptr, bool Primary = true, bool Done = true ) inline

IsDone

bool llvm::LoopTraversal::TraversedMBBInfo::IsDone = true

MBB

PrimaryPass

bool llvm::LoopTraversal::TraversedMBBInfo::PrimaryPass = true


The documentation for this struct was generated from the following file: