Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp22 Writer.EmitVBR(Node.counters_size(), VBREncodingBits); in writeCounters()
23 for (uint32_t I = 0U; I < Node.counters_size(); ++I) in writeCounters()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp49 EXPECT_EQ(Ctx->counters_size(), 10U); in TEST_F()
73 EXPECT_EQ(Subctx->counters_size(), 3U); in TEST_F()
192 EXPECT_EQ(Node.counters_size(), 10U); in TEST_F()
201 EXPECT_EQ(SN.counters_size(), 3U); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp104 for (uint32_t I = 0; I < Node.counters_size(); ++I) in resetContextNode()
228 Ret->counters_size() != NrCounters) in __llvm_ctx_profile_get_context()
233 Ret->counters_size()); in __llvm_ctx_profile_get_context()
H A DCtxInstrContextNode.h91 uint32_t counters_size() const { return NrCounters; } in counters_size() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DCtxInstrContextNode.h91 uint32_t counters_size() const { return NrCounters; } in counters_size() function