Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp275 if (!canBeRoot(Root)) in getOrAllocateContextRoot()
334 if (canBeRoot(CR)) in getUnhandledContext()
412 assert(canBeRoot(Root)); in __llvm_ctx_profile_start_context()
423 assert(CR && canBeRoot(CR)); in __llvm_ctx_profile_release_context()
491 if (!CR && canBeRoot(CR)) { in __llvm_ctx_profile_fetch()
H A DCtxInstrProfiling.h173 inline bool canBeRoot(const ContextRoot *Ctx) { in canBeRoot() function
H A DRootAutoDetector.cpp69 if (canBeRoot(FD->CtxRoot)) { in start()