Home
last modified time | relevance | path

Searched refs:ToFunc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp759 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 DInstrumentation.h88 BinaryFunction &ToFunc, BinaryBasicBlock *TargetBB,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp233 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 DSemaExceptionSpec.cpp923 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 DDataAggregator.h267 bool doInterBranch(BinaryFunction *FromFunc, BinaryFunction *ToFunc,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6211 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()