Lines Matching refs:CurFn

1194     auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn);  in emitUserDefinedReduction()
1400 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()
1415 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()
1461 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
1476 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1501 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1513 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1528 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1529 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1531 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1533 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1534 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1536 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()
1538 auto I = FunctionUDMMap.find(CGF.CurFn); in functionFinished()
1544 LastprivateConditionalToTypes.erase(CGF.CurFn); in functionFinished()
1545 FunctionToUntiedTaskStackMap.erase(CGF.CurFn); in functionFinished()
10098 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
12129 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in getAddressOfLocalVariable()
12229 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in isLocalVarInUntiedTask()
12275 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
12401 Data.Fn = CGF.CurFn;
12418 Data.Fn = CGF.CurFn; in LastprivateConditionalRAII()
12448 auto I = LastprivateConditionalToTypes.find(CGF.CurFn); in emitLastprivateConditionalInit()
12450 I = LastprivateConditionalToTypes.try_emplace(CGF.CurFn).first; in emitLastprivateConditionalInit()
12652 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
12689 if (It == Range.end() || It->Fn != CGF.CurFn) in checkAndEmitSharedLastprivateConditional()