Lines Matching refs:CurFn
1190 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1396 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1411 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1457 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
1472 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1497 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1509 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1524 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1525 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1527 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1529 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1530 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1532 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()
1534 auto I = FunctionUDMMap.find(CGF.CurFn); in functionFinished()
1540 LastprivateConditionalToTypes.erase(CGF.CurFn); in functionFinished()
1541 FunctionToUntiedTaskStackMap.erase(CGF.CurFn); in functionFinished()
9924 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
11969 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in getAddressOfLocalVariable()
12068 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in isLocalVarInUntiedTask()
12114 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
12240 Data.Fn = CGF.CurFn;
12257 Data.Fn = CGF.CurFn; in LastprivateConditionalRAII()
12287 auto I = LastprivateConditionalToTypes.find(CGF.CurFn); in emitLastprivateConditionalInit()
12289 I = LastprivateConditionalToTypes.try_emplace(CGF.CurFn).first; in emitLastprivateConditionalInit()
12491 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
12528 if (It == Range.end() || It->Fn != CGF.CurFn) in checkAndEmitSharedLastprivateConditional()