|
LLVM
8.0.1
|
#include "Target/Hexagon/RDFGraph.h"


Additional Inherited Members | |
Protected Attributes inherited from llvm::rdf::NodeBase | |
| uint16_t | Attrs |
| uint16_t | Reserved |
| NodeId | Next |
| union { | |
| Ref_struct Ref | |
| Code_struct Code | |
| }; | |
Definition at line 635 of file RDFGraph.h.
| NodeAddr< BlockNode * > FuncNode::findBlock | ( | const MachineBasicBlock * | BB, |
| const DataFlowGraph & | G | ||
| ) | const |
Definition at line 595 of file RDFGraph.cpp.
References llvm::SmallVectorBase::empty().
|
inline |
Definition at line 636 of file RDFGraph.h.
References G.
| NodeAddr< BlockNode * > FuncNode::getEntryBlock | ( | const DataFlowGraph & | G | ) |
Definition at line 607 of file RDFGraph.cpp.
References llvm::MachineBasicBlock::front().
1.8.13