Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp63 const bool IsScratch = isScratch(Ctx); in TEST_F()
92 EXPECT_TRUE(isScratch(Ctx)); in TEST_F()
106 EXPECT_TRUE(isScratch(Subctx)); in TEST_F()
118 EXPECT_TRUE(isScratch(Subctx2)); in TEST_F()
126 EXPECT_TRUE(isScratch(Subctx3)); in TEST_F()
134 const bool IsScratch = isScratch(Ctx); in TEST_F()
157 const bool IS = isScratch(Ctx); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h118 inline bool isScratch(const void *Ctx) { in isScratch() function
H A DCtxInstrProfiling.cpp197 if (!CallsiteContext || isScratch(CallsiteContext)) in __llvm_ctx_profile_get_context()