Lines Matching refs:CurFn

1173     auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn);  in emitUserDefinedReduction()
1334 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1349 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1396 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
1412 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1437 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1449 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()
10108 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
12147 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in getAddressOfLocalVariable()
12243 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in isLocalVarInUntiedTask()
12289 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
12415 Data.Fn = CGF.CurFn;
12432 Data.Fn = CGF.CurFn; in LastprivateConditionalRAII()
12462 auto I = LastprivateConditionalToTypes.find(CGF.CurFn); in emitLastprivateConditionalInit()
12464 I = LastprivateConditionalToTypes.try_emplace(CGF.CurFn).first; in emitLastprivateConditionalInit()
12665 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
12703 if (It == Range.end() || It->Fn != CGF.CurFn) in checkAndEmitSharedLastprivateConditional()