Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A DLegacyAPI.cpp176 PM->Devices[DeviceId]->LoopTripCnt.emplace(__kmpc_global_thread_num(NULL), in __kmpc_push_target_tripcount_mapper()
H A Domptarget.cpp1139 auto I = Device.LoopTripCnt.find(__kmpc_global_thread_num(NULL)); in getLoopTripCount()
1140 if (I != Device.LoopTripCnt.end()) { in getLoopTripCount()
1142 Device.LoopTripCnt.erase(I); in getLoopTripCount()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h339 std::map<int32_t, uint64_t> LoopTripCnt; member