|
LLVM
4.0.0
|
#include <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 734 of file RDFGraph.h.
| NodeAddr< BlockNode * > FuncNode::findBlock | ( | const MachineBasicBlock * | BB, |
| const DataFlowGraph & | G | ||
| ) | const |
Definition at line 590 of file RDFGraph.cpp.
References llvm::rdf::CodeNode::members_if().
Referenced by getEntryBlock().
|
inline |
Definition at line 735 of file RDFGraph.h.
Referenced by getEntryBlock().
| NodeAddr< BlockNode * > FuncNode::getEntryBlock | ( | const DataFlowGraph & | G | ) |
Definition at line 602 of file RDFGraph.cpp.
References findBlock(), llvm::MachineFunction::front(), and getCode().
1.8.6