Home
last modified time | relevance | path

Searched refs:NodeAllocator (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h174 NodeAllocator = in Allocators()
195 NodeAllocator = in Allocators()
225 NodeAllocator = in Allocators()
234 O.NodeAllocator = nullptr; in Allocators()
243 if (NodeAllocator)
245 if (O.NodeAllocator) {
248 NodeAllocator =
250 O.NodeAllocator = nullptr;
252 NodeAllocator = nullptr;
295 if (NodeAllocator != nullptr) in ~Allocators()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DSuffixTree.cpp46 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf()
63 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); in insertInternalNode()
H A DYAMLParser.cpp2004 return Doc->NodeAllocator; in getAllocator()
2484 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2490 return new (NodeAllocator) in parseBlockNode()
2497 return new (NodeAllocator) in parseBlockNode()
2504 return new (NodeAllocator) in parseBlockNode()
2511 return new (NodeAllocator) in parseBlockNode()
2518 return new (NodeAllocator) in parseBlockNode()
2527 return new (NodeAllocator) in parseBlockNode()
2533 return new (NodeAllocator) in parseBlockNode()
2544 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSuffixTree.h153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
H A DYAMLParser.h559 BumpPtrAllocator NodeAllocator; variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
874 NodeAllocator Memory;
H A DSelectionDAG.h256 NodeAllocatorType NodeAllocator;
385 return new (NodeAllocator.template Allocate<SDNodeT>())
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp340 class NodeAllocator { class
360 NodeAllocator> {
362 llvm::itanium_demangle::AbstractManglingParser<Derived, NodeAllocator>;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp342 void NodeAllocator::startNewBlock() { in startNewBlock()
354 bool NodeAllocator::needNewBlock() { in needNewBlock()
363 NodeAddr<NodeBase*> NodeAllocator::New() { in New()
375 NodeId NodeAllocator::id(const NodeBase *P) const { in id()
387 void NodeAllocator::clear() { in clear()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1009 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()