Home
last modified time | relevance | path

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

/freebsd/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.cpp1249 std::string CGOpenMPRuntime::getOutlinedHelperName(StringRef Name) const { in getOutlinedHelperName() function in CGOpenMPRuntime
1254 std::string CGOpenMPRuntime::getOutlinedHelperName(CodeGenFunction &CGF) const { in getOutlinedHelperName() function in CGOpenMPRuntime
1255 return getOutlinedHelperName(CGF.CurFn->getName()); in getOutlinedHelperName()
1269 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitParallelOutlinedFunction()
1279 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitTeamsOutlinedFunction()