Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptarget.h149 int64_t nextLowerBound; member
242 INLINE int64_t &NextLowerBound(int tid) { return nextLowerBound[tid]; } in NextLowerBound()
267 int64_t nextLowerBound[MAX_THREADS_PER_TEAM]; variable
Domptargeti.h126 loopData.nextLowerBound = in SaveLoopData()
140 loopData.nextLowerBound; in RestoreLoopData()