Home
last modified time | relevance | path

Searched refs:RunSchedVar (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp185 (RunSchedVar == Other.RunSchedVar) & in operator ==()
194 ASSERT(RunSchedVar == Other.RunSchedVar); in assertEqual()
203 ICVState.RunSchedVar = omp_sched_static; in init()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h56 uint32_t RunSchedVar; member
196 return lookupImpl(&ICVStateTy::RunSchedVar, ForceTeamState); in lookup32()
197 return lookupForModify32Impl(&ICVStateTy::RunSchedVar, Ident, in lookup32()