Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h131 uint64_t getTotalRefCount() const { in getTotalRefCount() function
195 return getTotalRefCount(); in decRefCount()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp240 IsNew = HT.getTotalRefCount() == 1; in getTargetPointer()
393 assert(HT.getTotalRefCount() == 0 && in getTgtPtrBegin()
453 assert(HT.getTotalRefCount() == 0 && in deallocTgtPtr()
H A Domptarget.cpp861 if (LR.Entry->getTotalRefCount() != 0 || in targetDataEnd()