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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h395 OpenMPLocThreadIDMapTy OpenMPLocThreadIDMap; member in class:clang::CodeGen::CGOpenMPRuntime
H A DCGOpenMPRuntime.cpp1384 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
1399 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
1437 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn);
1438 if (I != OpenMPLocThreadIDMap.end()) {
1462 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
1474 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
1490 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) {
1492 OpenMPLocThreadIDMap.erase(CGF.CurFn);

Completed in 78 milliseconds