Home
last modified time | relevance | path

Searched refs:FunctionUDRMap (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h168 FunctionUDRMapTy FunctionUDRMap; variable
DCGOpenMPRuntime.cpp808 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
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()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h420 FunctionUDRMapTy FunctionUDRMap; variable
DCGOpenMPRuntime.cpp1177 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1517 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1518 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1520 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()