Searched refs:getOutlinedHelperName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 344 std::string getOutlinedHelperName(StringRef Name) const; 345 std::string getOutlinedHelperName(CodeGenFunction &CGF) const;
|
| H A D | CGOpenMPRuntime.cpp | 1244 std::string CGOpenMPRuntime::getOutlinedHelperName(StringRef Name) const { in getOutlinedHelperName() function in CGOpenMPRuntime 1249 std::string CGOpenMPRuntime::getOutlinedHelperName(CodeGenFunction &CGF) const { in getOutlinedHelperName() function in CGOpenMPRuntime 1250 return getOutlinedHelperName(CGF.CurFn->getName()); in getOutlinedHelperName() 1264 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitParallelOutlinedFunction() 1274 CGM, D, CS, ThreadIDVar, InnermostKind, getOutlinedHelperName(CGF), in emitTeamsOutlinedFunction()
|