Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp89 for (const auto *Mem = Root->FirstMemBlock; Mem; Mem = Mem->next()) { in validate()
102 for (const auto *Mem = Root->FirstMemBlock; Mem; Mem = Mem->next()) { in validate()
262 if (Root->FirstMemBlock) in setupContext()
266 Root->FirstMemBlock = M; in setupContext()
296 if (!Root->FirstMemBlock) { in tryStartContextGivenRoot()
436 for (auto *Mem = Root->FirstMemBlock; Mem; Mem = Mem->next()) in __llvm_ctx_profile_start_collection()
506 for (auto *A = AllContextRoots[I]->FirstMemBlock; A;) { in __llvm_ctx_profile_free()
H A DCtxInstrProfiling.h81 Arena *FirstMemBlock = nullptr; member
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp48 EXPECT_EQ(CtxRoot.FirstMemBlock, CtxRoot.CurrentMem); in TEST_F()