Home
last modified time | relevance | path

Searched defs:NodeAllocator (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
383 NodeBase *ptr(NodeId N) const { in ptr()
398 uint32_t makeId(uint32_t Block, uint32_t Index) const { in makeId()
403 const uint32_t NodesPerBlock;
404 const uint32_t BitsPerIndex;
405 const uint32_t IndexMask;
406 char *ActiveEnd = nullptr;
407 std::vector<char*> Blocks;
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h156 NodeAllocatorType *NodeAllocator = nullptr; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h560 BumpPtrAllocator NodeAllocator; variable