Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h419 FunctionUDRMapTy FunctionUDRMap; variable
H A DCGOpenMPRuntime.cpp1190 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1529 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1530 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1532 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()