|
LLVM
8.0.1
|
#include "llvm/CodeGen/LoopTraversal.h"

Public Member Functions | |
| TraversedMBBInfo (MachineBasicBlock *BB=nullptr, bool Primary=true, bool Done=true) | |
Public Attributes | |
| MachineBasicBlock * | MBB = nullptr |
| The basic block. More... | |
| bool | PrimaryPass = true |
| True if this is the first time we process the basic block. More... | |
| bool | IsDone = true |
| True if the block that is ready for its final round of processing. More... | |
Definition at line 88 of file LoopTraversal.h.
|
inline |
Definition at line 98 of file LoopTraversal.h.
True if the block that is ready for its final round of processing.
Definition at line 96 of file LoopTraversal.h.
| MachineBasicBlock* llvm::LoopTraversal::TraversedMBBInfo::MBB = nullptr |
True if this is the first time we process the basic block.
Definition at line 93 of file LoopTraversal.h.
1.8.13