Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp47 EXPECT_NE(CtxRoot.CurrentMem, nullptr); in TEST_F()
48 EXPECT_EQ(CtxRoot.FirstMemBlock, CtxRoot.CurrentMem); in TEST_F()
177 const auto *CurrentMem = CtxRoot.CurrentMem; in TEST_F() local
186 EXPECT_NE(CurrentMem, CtxRoot.CurrentMem); in TEST_F()
187 EXPECT_NE(CtxRoot.CurrentMem, nullptr); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp193 auto *Mem = __llvm_ctx_profile_current_context_root->CurrentMem; in getCallsiteSlow()
201 __llvm_ctx_profile_current_context_root->CurrentMem = Mem = in getCallsiteSlow()
267 Root->CurrentMem = M; in setupContext()
H A DCtxInstrProfiling.h82 Arena *CurrentMem = nullptr; member