Home
last modified time | relevance | path

Searched refs:FromFunc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp745 if (FromFunc) { in doInterBranch()
746 SrcFunc = getLocationName(*FromFunc, Count); in doInterBranch()
747 FromAggrData = getBranchData(*FromFunc); in doInterBranch()
751 setBranchData(*FromFunc, FromAggrData); in doInterBranch()
753 From -= FromFunc->getAddress(); in doInterBranch()
787 if (!FromFunc && !ToFunc) in doBranch()
790 if (FromFunc == ToFunc) { in doBranch()
791 recordBranch(*FromFunc, From - FromFunc->getAddress(), in doBranch()
803 if (!FromFunc || !ToFunc) { in doTrace()
813 if (FromFunc != ToFunc) { in doTrace()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp928 const FunctionProtoType *FromFunc = GetUnderlyingFunction(From->getType()); in CheckExceptionSpecCompatibility() local
929 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
956 From->getSourceRange().getBegin(), FromFunc, SourceLocation()) && in CheckExceptionSpecCompatibility()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h267 bool doInterBranch(BinaryFunction *FromFunc, BinaryFunction *ToFunc,