Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp780 bool isIdle() const { return (NextID == 0 && !NotMapped); } in isIdle() function
862 assert(!isIdle()); in getTotalConditionsAndReset()
2218 bool IsRootNode = MCDCBuilder.isIdle(); in VisitBinLAnd()
2279 bool IsRootNode = MCDCBuilder.isIdle(); in VisitBinLOr()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h765 inline bool isIdle() { return thread_is_idle_flag == 1; } in isIdle() function
H A Dkmp_wait_release.h577 if (this_thr->th.th_stats->isIdle() &&