LLVM 20.0.0git
|
#include "llvm/CodeGen/RDFGraph.h"
Additional Inherited Members | |
Protected Attributes inherited from llvm::rdf::NodeBase | |
uint16_t | Attrs |
uint16_t | Reserved |
NodeId | Next |
union { | |
Ref_struct RefData | |
Code_struct CodeData | |
}; | |
Definition at line 651 of file RDFGraph.h.
Block llvm::rdf::FuncNode::findBlock | ( | const MachineBasicBlock * | BB, |
const DataFlowGraph & | G | ||
) | const |
Definition at line 569 of file RDFGraph.cpp.
References llvm::SmallVectorBase< Size_T >::empty(), G, and llvm::rdf::CodeNode::members_if().
Referenced by getEntryBlock().
|
inline |
Definition at line 652 of file RDFGraph.h.
Referenced by getEntryBlock().
Block llvm::rdf::FuncNode::getEntryBlock | ( | const DataFlowGraph & | G | ) |
Definition at line 579 of file RDFGraph.cpp.
References findBlock(), llvm::MachineFunction::front(), G, and getCode().
Referenced by llvm::rdf::DataFlowGraph::build().