Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h346 std::string getOutlinedHelperName(StringRef Name) const;
347 std::string getOutlinedHelperName(CodeGenFunction &CGF) const;
H A DCGOpenMPRuntime.cpp1247 std::string CGOpenMPRuntime::getOutlinedHelperName(StringRef Name) const { in getOutlinedHelperName() function in CGOpenMPRuntime
1252 std::string CGOpenMPRuntime::getOutlinedHelperName(CodeGenFunction &CGF) const { in getOutlinedHelperName() function in CGOpenMPRuntime
1253 return getOutlinedHelperName(CGF.CurFn->getName()); in getOutlinedHelperName()
1267 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitParallelOutlinedFunction()
1277 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitTeamsOutlinedFunction()