Lines Matching refs:CurFn
1329 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1506 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1521 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1538 assert(CGF.CurFn && "No function in current CodeGenFunction."); in emitUpdateLocation()
1542 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in emitUpdateLocation()
1551 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()
1592 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
1597 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1616 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1628 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1642 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1643 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1645 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1647 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1648 for(auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1650 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()