Home
last modified time | relevance | path

Searched refs:writeContextual (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h98 void writeContextual(const ctx_profile::ContextNode &RootNode,
H A DCtxInstrContextNode.h143 virtual void writeContextual(const ctx_profile::ContextNode &RootNode,
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h143 virtual void writeContextual(const ctx_profile::ContextNode &RootNode,
H A DCtxInstrProfiling.cpp478 Writer.writeContextual( in __llvm_ctx_profile_fetch()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp137 void PGOCtxProfileWriter::writeContextual(const ContextNode &RootNode, in writeContextual() function in PGOCtxProfileWriter
285 Writer.writeContextual(*TopList, FirstUnhandled, DC.TotalRootEntryCount); in createCtxProfFromYAML()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp243 void writeContextual(const ContextNode &Node, const ContextNode *Unhandled, in TEST_F() function in TEST_F::TestProfileWriter