Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h415 FunctionUDRMapTy FunctionUDRMap; variable
H A DCGOpenMPRuntime.cpp1151 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()
1467 if (FunctionUDRMap.count(CGF.CurFn) > 0) { in functionFinished()
1468 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished()
1470 FunctionUDRMap.erase(CGF.CurFn); in functionFinished()