Lines Matching refs:OpenMPLocThreadIDMap
1506 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1521 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1542 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in emitUpdateLocation()
1543 if (I != OpenMPLocThreadIDMap.end()) in emitUpdateLocation()
1551 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()
1597 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1598 if (I != OpenMPLocThreadIDMap.end()) { in getThreadID()
1616 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1628 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1643 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1645 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()