Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h448 FunctionUDRMapTy FunctionUDRMap; variable
H A DCGOpenMPRuntime.cpp1194 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
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()