Lines Matching refs:CurFn
808 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
935 assert(CGF.CurFn && "No function in current CodeGenFunction."); in emitUpdateLocation()
938 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in emitUpdateLocation()
948 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()
986 assert(CGF.CurFn && "No function in current CodeGenFunction."); in getThreadID()
991 auto I = OpenMPLocThreadIDMap.find(CGF.CurFn); in getThreadID()
1006 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1022 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()
1028 assert(CGF.CurFn && "No function in current CodeGenFunction."); in functionFinished()
1029 if (OpenMPLocThreadIDMap.count(CGF.CurFn)) in functionFinished()
1030 OpenMPLocThreadIDMap.erase(CGF.CurFn); in functionFinished()
1031 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1032 for(auto *D : FunctionUDRMap[CGF.CurFn]) { in functionFinished()
1035 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()