Home
last modified time | relevance | path

Searched refs:writeNode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h88 void writeNode(uint32_t CallerIndex, const ctx_profile::ContextNode &Node);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp104 void PGOCtxProfileWriter::writeNode(uint32_t CallsiteIndex, in writeNode() function in PGOCtxProfileWriter
122 writeNode(I, *Subcontext); in writeSubcontexts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h170 writeNode(Node); in writeNodes()
175 void writeNode(NodeRef Node) { in writeNode() function