LLVM 22.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 568 of file RDFGraph.cpp.
References llvm::rdf::NodeAddr< T >::Addr, llvm::SmallVectorTemplateCommon< T, typename >::empty(), G, llvm::rdf::BlockNode::getCode(), and llvm::rdf::CodeNode::members_if().
Referenced by getEntryBlock().
|
inline |
Definition at line 652 of file RDFGraph.h.
References llvm::rdf::CodeNode::getCode().
Referenced by getEntryBlock().
Block llvm::rdf::FuncNode::getEntryBlock | ( | const DataFlowGraph & | G | ) |
Definition at line 578 of file RDFGraph.cpp.
References findBlock(), llvm::MachineFunction::front(), G, and getCode().