Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp350 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in emitUpdateLocation()
351 if (I != OpenMPLocThreadIDMap.end()) in emitUpdateLocation()
359 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()
402 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
403 if (I != OpenMPLocThreadIDMap.end()) { in getThreadID()
417 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
433 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
440 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) in functionFinished()
441 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
HDCGOpenMPRuntime.h244 OpenMPLocThreadIDMapTy OpenMPLocThreadIDMap; variable