Home
last modified time | relevance | path

Searched refs:mayUseThreadStates (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DConfiguration.h45 bool mayUseThreadStates();
H A DState.h149 if (OMP_LIKELY(ForceTeamState || !config::mayUseThreadStates() || in lookupForModify32Impl()
166 if (OMP_UNLIKELY(!ForceTeamState && config::mayUseThreadStates() && in lookupImpl()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DConfiguration.cpp53 bool config::mayUseThreadStates() { return !__omp_rtl_assume_no_thread_state; } in mayUseThreadStates() function in config
H A DState.cpp256 ASSERT(config::mayUseThreadStates() && in enterDataEnvironment()
268 ASSERT(config::mayUseThreadStates() && in exitDataEnvironment()