Lines Matching refs:CurFn
1153 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1255 return getOutlinedHelperName(CGF.CurFn->getName()); in getOutlinedHelperName()
1332 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1347 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1395 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
1411 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1436 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1448 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1464 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1465 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1467 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1469 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1470 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1472 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()
1474 auto I = FunctionUDMMap.find(CGF.CurFn); in functionFinished()
1480 LastprivateConditionalToTypes.erase(CGF.CurFn); in functionFinished()
1481 FunctionToUntiedTaskStackMap.erase(CGF.CurFn); in functionFinished()
5032 CGF.CurFn->getName(), Loc, CGF.ConvertTypeForMem(ReductionArrayTy), in emitReduction()
9327 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
11327 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in getAddressOfLocalVariable()
11423 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in isLocalVarInUntiedTask()
11469 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
11595 Data.Fn = CGF.CurFn;
11612 Data.Fn = CGF.CurFn; in LastprivateConditionalRAII()
11642 auto I = LastprivateConditionalToTypes.find(CGF.CurFn); in emitLastprivateConditionalInit()
11644 I = LastprivateConditionalToTypes.try_emplace(CGF.CurFn).first; in emitLastprivateConditionalInit()
11847 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
11885 if (It == Range.end() || It->Fn != CGF.CurFn) in checkAndEmitSharedLastprivateConditional()