Searched refs:ToFunc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataAggregator.cpp | 759 if (ToFunc) { in doInterBranch() 760 DstFunc = getLocationName(*ToFunc, 0); in doInterBranch() 761 ToAggrData = getBranchData(*ToFunc); in doInterBranch() 765 setBranchData(*ToFunc, ToAggrData); in doInterBranch() 767 To -= ToFunc->getAddress(); in doInterBranch() 771 recordEntry(*ToFunc, To, Mispreds, Count); in doInterBranch() 787 if (!FromFunc && !ToFunc) in doBranch() 790 if (FromFunc == ToFunc) { in doBranch() 803 if (!FromFunc || !ToFunc) { in doTrace() 808 << ToFunc->getPrintName() << " @ " in doTrace() [all …]
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | Instrumentation.h | 88 BinaryFunction &ToFunc, BinaryBasicBlock *TargetBB,
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 233 BinaryBasicBlock &FromBB, uint32_t From, BinaryFunction &ToFunc, in instrumentOneTarget() argument 241 ToFunc, ToOffset, IsInvoke); in instrumentOneTarget() 244 ToFunc, ToOffset, ToNodeID, in instrumentOneTarget()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 923 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local 924 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility() 955 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | DataAggregator.h | 267 bool doInterBranch(BinaryFunction *FromFunc, BinaryFunction *ToFunc,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6211 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local 6212 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl() 6214 return ToFunc; in VisitFunctionTemplateDecl() 6216 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl() 6218 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl() 6219 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl() 6220 LexicalDC->addDeclInternal(ToFunc); in VisitFunctionTemplateDecl() 6239 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl() 6242 return ToFunc; in VisitFunctionTemplateDecl()
|