Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h61 void dumpTree();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp163 void ContextTrieNode::dumpTree() { in dumpTree() function in llvm::ContextTrieNode
457 void SampleContextTracker::dump() { RootContext.dumpTree(); } in dump()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h173 void dump() { RootContext.dumpTree(); } in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h1202 void dumpTree() const;
1203 void dumpTree(const Module *M) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp4969 void MDNode::dumpTree() const { dumpTree(nullptr); } in dumpTree() function in MDNode
4972 void MDNode::dumpTree(const Module *M) const { in dumpTree() function in MDNode