Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp68 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
77 EXPECT_EQ(__llvm_ctx_profile_callsite[0], nullptr); in TEST_F()
100 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
108 EXPECT_EQ(__llvm_ctx_profile_callsite[0], nullptr); in TEST_F()
112 __llvm_ctx_profile_callsite[1] = &Subctx->subContexts()[0]; in TEST_F()
121 __llvm_ctx_profile_callsite[0] = &Subctx->subContexts()[0]; in TEST_F()
138 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
177 __llvm_ctx_profile_callsite[0] = &Ctx->subContexts()[2]; in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp130 __thread ContextNode **volatile __llvm_ctx_profile_callsite[2] = {0, 0}; variable
196 auto **CallsiteContext = consume(__llvm_ctx_profile_callsite[0]); in __llvm_ctx_profile_get_context()
H A DCtxInstrProfiling.h136 extern __thread ContextNode **volatile __llvm_ctx_profile_callsite[2];