Searched refs:NodeAllocator (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h156 NodeAllocatorType *NodeAllocator = nullptr; member in struct:__xray::FunctionCallTrie::Allocators
175 NodeAllocator =
196 NodeAllocator =
226 NodeAllocator =
235 O.NodeAllocator = nullptr;
244 if (NodeAllocator)
245 NodeAllocator->~NodeAllocatorType();
246 if (O.NodeAllocator) {
248 NodeAllocatorType(std::move(*O.NodeAllocator));
249 NodeAllocator
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSuffixTree.cpp46 SuffixTreeNode *N = new (NodeAllocator.Allocate())
63 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root);
H A DYAMLParser.cpp1948 return Doc->NodeAllocator;
2402 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
2428 return new (NodeAllocator) SequenceNode( stream.CurrentDoc
2434 return new (NodeAllocator)
2441 return new (NodeAllocator)
2448 return new (NodeAllocator)
2455 return new (NodeAllocator)
2462 return new (NodeAllocator)
2470 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back();
2471 return new (NodeAllocator)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator; member in class:llvm::SuffixTree
158 /// \p NodeAllocator like every other node in the tree.
H A DYAMLParser.h560 BumpPtrAllocator NodeAllocator; member in class:llvm::yaml::Document
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) function in struct:NodeAllocator
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
510 "NodeBase must be at most NodeAllocator::NodeMemSize bytes");
875 NodeAllocator Memory;
H A DSelectionDAG.h252 NodeAllocatorType NodeAllocator;
373 return new (NodeAllocator.template Allocate<SDNodeT>())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp344 void NodeAllocator::startNewBlock() {
356 bool NodeAllocator::needNewBlock() {
365 NodeAddr<NodeBase*> NodeAllocator::New() {
377 NodeId NodeAllocator::id(const NodeBase *P) const {
389 void NodeAllocator::clear() {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp910 NodeAllocator.Deallocate(AllNodes.remove(N));
1928 // the node is deallocated, but recovered when the NodeAllocator is released.

Completed in 248 milliseconds