Lines Matching refs:CurFn
1151 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1253 return getOutlinedHelperName(CGF.CurFn->getName()); in getOutlinedHelperName()
1330 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1345 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1393 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
1409 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1434 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1446 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1462 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1463 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1465 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1467 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1468 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1470 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()
1472 auto I = FunctionUDMMap.find(CGF.CurFn); in functionFinished()
1478 LastprivateConditionalToTypes.erase(CGF.CurFn); in functionFinished()
1479 FunctionToUntiedTaskStackMap.erase(CGF.CurFn); in functionFinished()
5016 CGF.CurFn->getName(), Loc, CGF.ConvertTypeForMem(ReductionArrayTy), in emitReduction()
9266 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
11298 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in getAddressOfLocalVariable()
11394 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in isLocalVarInUntiedTask()
11440 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
11566 Data.Fn = CGF.CurFn;
11583 Data.Fn = CGF.CurFn; in LastprivateConditionalRAII()
11613 auto I = LastprivateConditionalToTypes.find(CGF.CurFn); in emitLastprivateConditionalInit()
11615 I = LastprivateConditionalToTypes.try_emplace(CGF.CurFn).first; in emitLastprivateConditionalInit()
11816 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
11854 if (It == Range.end() || It->Fn != CGF.CurFn) in checkAndEmitSharedLastprivateConditional()