LLVM 17.0.0git
|
#include "llvm/CodeGen/RDFGraph.h"
Public Types | |
enum | { NodeMemSize = 32 } |
Public Member Functions | |
NodeAllocator (uint32_t NPB=4096) | |
NodeBase * | ptr (NodeId N) const |
NodeId | id (const NodeBase *P) const |
NodeAddr< NodeBase * > | New () |
void | clear () |
Definition at line 374 of file RDFGraph.h.
anonymous enum |
Enumerator | |
---|---|
NodeMemSize |
Definition at line 376 of file RDFGraph.h.
|
inline |
Definition at line 378 of file RDFGraph.h.
References assert(), and llvm::isPowerOf2_32().
void NodeAllocator::clear | ( | ) |
Definition at line 387 of file RDFGraph.cpp.
References llvm::BumpPtrAllocatorImpl< AllocatorT, SlabSize, SizeThreshold, GrowthDelay >::Reset().
Definition at line 375 of file RDFGraph.cpp.
References A, B, Idx, llvm_unreachable, NodeMemSize, and P.
Definition at line 363 of file RDFGraph.cpp.
References NodeMemSize.
Definition at line 384 of file RDFGraph.h.
References N, NodeMemSize, and llvm::Offset.