Home
last modified time | relevance | path

Searched refs:dumpTree (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h63 LLVM_ABI void dumpTree();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp162 void ContextTrieNode::dumpTree() { in dumpTree() function in llvm::ContextTrieNode
451 void SampleContextTracker::dump() { RootContext.dumpTree(); } in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1336 LLVM_ABI void dumpTree() const;
1337 LLVM_ABI void dumpTree(const Module *M) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp5503 void MDNode::dumpTree() const { dumpTree(nullptr); } in dumpTree() function in MDNode
5506 void MDNode::dumpTree(const Module *M) const { in dumpTree() function in MDNode