LLVM: llvm::rdf::NodeAllocator Struct Reference (original) (raw)
#include "[llvm/CodeGen/RDFGraph.h](RDFGraph%5F8h%5Fsource.html)"
| Public Types | |
|---|---|
| enum | { NodeMemSize = 32 } |
| Public Member Functions | |
|---|---|
| NodeAllocator (uint32_t NPB=4096) | |
| NodeBase * | ptr (NodeId N) const |
| NodeId | id (const NodeBase *P) const |
| Node | New () |
| void | clear () |
Definition at line 411 of file RDFGraph.h.
◆ anonymous enum
| llvm::rdf::NodeAllocator::NodeAllocator ( uint32_t NPB = 4096) | inline |
|---|
◆ clear()
| void llvm::rdf::NodeAllocator::clear | ( | ) |
|---|
◆ id()
◆ New()
| Node llvm::rdf::NodeAllocator::New | ( | ) |
|---|
◆ ptr()
The documentation for this struct was generated from the following files:
- include/llvm/CodeGen/RDFGraph.h
- lib/CodeGen/RDFGraph.cpp