Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h350 std::string getReductionFuncName(StringRef Name) const;
H A DCGOpenMPRuntime.cpp1256 std::string CGOpenMPRuntime::getReductionFuncName(StringRef Name) const { in getReductionFuncName() function in CGOpenMPRuntime
4820 std::string Name = getReductionFuncName(ReducerName); in emitReductionFunction()