Home
last modified time | relevance | path

Searched refs:CurrentCaller (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp971 CallableInfo &CurrentCaller; member
978 CallableInfo &CurrentCaller) in FunctionBodyASTVisitor()
980 CurrentCaller(CurrentCaller) { in FunctionBodyASTVisitor()
989 if (auto *Dtor = dyn_cast<CXXDestructorDecl>(CurrentCaller.CDecl)) in run()
992 if (auto *FD = dyn_cast<FunctionDecl>(CurrentCaller.CDecl)) { in run()
1009 TraverseDecl(const_cast<Decl *>(CurrentCaller.CDecl)); in run()
1066 Outer.followCall(CurrentCaller, CurrentFunction, CI, CallLoc, in followCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp900 Function *CurrentCaller = nullptr; in computeCallsiteToProfCountMap() local
921 if (CurrentCaller != Caller) { in computeCallsiteToProfCountMap()
922 CurrentCaller = Caller; in computeCallsiteToProfCountMap()