Searched refs:getOutlinedHelperName (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 346 std::string getOutlinedHelperName(StringRef Name) const; 347 std::string getOutlinedHelperName(CodeGenFunction &CGF) const;
|
H A D | CGOpenMPRuntime.cpp | 1249 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()
|