GPUOcelot
|
#include <StructuralAnalysis.h>
Public Member Functions | |
~Node () | |
Public Attributes | |
bool | isCombined |
ir::ControlFlowGraph::iterator | BB |
std::set< struct Node * > | predNode |
std::set< struct Node * > | succNode |
struct Node * | entryNode |
struct Node * | parentNode |
std::set< struct Node * > | childNode |
EdgeVecTy | outgoingBR |
EdgeVecTy | incomingBR |
ir::ControlFlowGraph::iterator | entryBB |
ir::ControlFlowGraph::iterator | exitBB |
BBSetTy | containedBB |
EdgeVecTy | incomingForwardBR |
RegionTy | nodeType |
bool | isLoopHeader |
bool | isBackEdge |
struct Node * | loopExitNode |
analysis::StructuralAnalysis::Node::~Node | ( | ) |
std::set<struct Node *> analysis::StructuralAnalysis::Node::childNode |
std::set<struct Node *> analysis::StructuralAnalysis::Node::predNode |
std::set<struct Node *> analysis::StructuralAnalysis::Node::succNode |