Lines Matching refs:CurFn

1169     auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn);  in emitUserDefinedReduction()
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()
1461 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1462 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) { in functionFinished()
1464 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1466 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1467 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1469 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()
1471 auto I = FunctionUDMMap.find(CGF.CurFn); in functionFinished()
1477 LastprivateConditionalToTypes.erase(CGF.CurFn); in functionFinished()
1478 FunctionToUntiedTaskStackMap.erase(CGF.CurFn); in functionFinished()
9702 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
11759 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in getAddressOfLocalVariable()
11855 auto It = FunctionToUntiedTaskStackMap.find(CGF.CurFn); in isLocalVarInUntiedTask()
11901 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
12027 Data.Fn = CGF.CurFn;
12044 Data.Fn = CGF.CurFn; in LastprivateConditionalRAII()
12074 auto I = LastprivateConditionalToTypes.find(CGF.CurFn); in emitLastprivateConditionalInit()
12076 I = LastprivateConditionalToTypes.try_emplace(CGF.CurFn).first; in emitLastprivateConditionalInit()
12277 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
12315 if (It == Range.end() || It->Fn != CGF.CurFn) in checkAndEmitSharedLastprivateConditional()