| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 158 << NV("Caller", CB->getCaller()) in run() 183 Function &F = *CB->getCaller(); in run() 212 &FAM.getResult<BlockFrequencyAnalysis>(*(CB->getCaller())), in run() 217 &FAM.getResult<AAManager>(*CB->getCaller())); in run() 262 return Call.first->getCaller() == &Callee; in run()
|
| H A D | Inliner.cpp | 267 << NV("Caller", CB->getCaller()) in run() 306 Function &F = *Calls[I].first->getCaller(); in run() 323 for (; I < (int)Calls.size() && Calls[I].first->getCaller() == &F; ++I) { in run() 375 &FAM.getResult<BlockFrequencyAnalysis>(*(CB->getCaller())), in run() 380 &FAM.getResult<AAManager>(*CB->getCaller())); in run() 447 return Call.first->getCaller() == &Callee; in run()
|
| H A D | SyntheticCountsPropagation.cpp | 108 Function *Caller = CB.getCaller(); in run()
|
| H A D | AlwaysInliner.cpp | 60 Function *Caller = CB->getCaller(); in AlwaysInlineImpl()
|
| H A D | PartialInlining.cpp | 729 Function *Caller = CB.getCaller(); in shouldPartialInline() 928 Function *Caller = CB->getCaller(); in computeCallsiteToProfCountMap() 1376 OptimizationRemarkEmitter CallerORE(CB->getCaller()); in tryPartialInline() 1384 << ore::NV("Caller", CB->getCaller()); in tryPartialInline()
|
| H A D | ArgumentPromotion.cpp | 283 AttributeFuncs::updateMinLegalVectorWidthAttr(*CB.getCaller(), in doPromotion() 689 const Function *Caller = CB->getCaller(); in areTypesABICompatible()
|
| H A D | OpenMPOpt.cpp | 1249 Function *OutlinedFn = MergableCIs.front()->getCaller(); in mergeParallelRegions() 1447 << CI->getCaller()->getName() << "\n"); in deleteParallelRegions() 1722 Function *F = RuntimeCall.getCaller(); in splitTargetDataBeginRTC() 1886 assert(CI->getCaller() == &F && "Unexpected call!"); in deduplicateRuntimeCalls() 3571 if (CB->getCaller() != F) in updateImpl() 4259 Kernel = CB->getCaller(); in changeToSPMDMode() 5090 *this, IRPosition::function(*CB.getCaller()), DepClassTy::OPTIONAL); in updateImpl() 5092 *this, IRPosition::function(*CB.getCaller()), DepClassTy::OPTIONAL); in updateImpl() 5550 A.isRunOn(const_cast<Function *>(CB->getCaller())); in registerAAs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 136 Function &Caller = *CB.getCaller(); in getDefaultInlineAdvice() 172 FAM.getResult<OptimizationRemarkEmitterAnalysis>(*CB.getCaller())); in getAdviceImpl() 178 : Advisor(Advisor), Caller(CB.getCaller()), Callee(CB.getCalledFunction()), in InlineAdvice() 384 Function *Caller = CB.getCaller(); in shouldInline() 618 bool Advice = CB.getCaller() != CB.getCalledFunction() && in getAdvice() 625 return FAM.getResult<OptimizationRemarkEmitterAnalysis>(*CB.getCaller()); in getCallerORE()
|
| H A D | MLInlineAdvisor.cpp | 273 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() 328 auto &Caller = *CB.getCaller(); in getAdviceImpl() 433 if (!FAM.getResult<DominatorTreeAnalysis>(*CB.getCaller()) in getSkipAdviceIfUnreachableCallsite() 489 FPU.emplace(Advisor->getCachedFPI(*getCaller()), CB); in MLInlineAdvice()
|
| H A D | HeatUtils.cpp | 45 if (CI->getCaller() == (&callerFunction)) { in getNumOfCalls()
|
| H A D | ReplayInlineAdvisor.cpp | 96 Function &Caller = *CB.getCaller(); in getAdviceImpl()
|
| H A D | ProfileSummaryInfo.cpp | 214 return hasSampleProfile() && CB.getCaller()->hasProfileData(); in isColdCallSite()
|
| H A D | InlineCost.cpp | 698 addCost(TTI.getInlineCallPenalty(CandidateCall.getCaller(), Call, in onLoweredCall() 1868 CallerBFI->getBlockFreq(&(Call.getCaller()->getEntryBlock())); in isColdCallSite() 1908 Function *Caller = Call.getCaller(); in updateThreshold() 2922 Cost += TTI.getInlineCallPenalty(Call.getCaller(), Call, CallPenalty); in getCallsiteCost() 3018 Function *Caller = Call.getCaller(); in getAttributeBasedInliningDecision() 3064 << "... (caller:" << Call.getCaller()->getName() in getInlineCost() 3263 << "... (caller:" << CI->getCaller()->getName() << ")\n"; in run()
|
| H A D | InlineOrder.cpp | 48 Function &Caller = *CB.getCaller(); in getInlineCostWrapper()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallGraphUpdater.cpp | 152 Function *Caller = OldCS.getCaller(); in replaceCallSite() 169 Function *Caller = CS.getCaller(); in removeCallSite()
|
| H A D | CallPromotionUtils.cpp | 564 Module *M = CB.getCaller()->getParent(); in tryPromoteCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Frame.h | 33 virtual Frame *getCaller() const = 0;
|
| H A D | InterpFrame.h | 56 Frame *getCaller() const override;
|
| H A D | State.cpp | 131 for (const Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
|
| H A D | InterpFrame.cpp | 186 Frame *InterpFrame::getCaller() const { in getCaller() function in InterpFrame
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MLInlineAdvisor.h | 107 Function *getCaller() const { return Caller; } in getCaller() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 131 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 520 const CallEventRef<> CallEvent::getCaller() const { in getCaller() function in CallEvent 530 return CEMgr.getCaller(CallStackFrameContext, State); in getCaller() 534 if (const CallEventRef<> Caller = getCaller()) in isCalledFromSystemHeader() 1425 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 454 const CallEventRef<> getCaller() const; 1341 CallEventRef<> getCaller(const StackFrameContext *CalleeCtx,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1500 Function *getCaller(); 1501 const Function *getCaller() const { 1502 return const_cast<CallBase *>(this)->getCaller();
|