LLVM 17.0.0git
|
#include "llvm/CodeGen/RDFGraph.h"
Additional Inherited Members | |
![]() | |
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 574 of file RDFGraph.cpp.
References llvm::rdf::NodeAddr< T >::Addr, llvm::SmallVectorBase< Size_T >::empty(), G, and llvm::rdf::CodeNode::members_if().
Referenced by getEntryBlock().
|
inline |
Definition at line 636 of file RDFGraph.h.
Referenced by getEntryBlock().
NodeAddr< BlockNode * > FuncNode::getEntryBlock | ( | const DataFlowGraph & | G | ) |
Definition at line 586 of file RDFGraph.cpp.
References findBlock(), llvm::MachineFunction::front(), G, and getCode().