Searched refs:CandidateCall (Results 1 – 1 of 1) sorted by relevance
277 CallBase &CandidateCall; member in __anon463f3bdb0111::CallAnalyzer534 CandidateCall(Call), GetEphValuesCache(GetEphValuesCache) {} in CallAnalyzer()754 addCost(TTI.getInlineCallPenalty(CandidateCall.getCaller(), Call, in onLoweredCall()836 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg()912 auto *Caller = CandidateCall.getParent()->getParent(); in isCostBenefitAnalysisEnabled()921 if (!PSI->isHotCallSite(CandidateCall, CallerBFI)) in isCostBenefitAnalysisEnabled()952 CandidateCall, "inline-cycle-savings-for-test")) { in OverrideCycleSavingsAndSizeForTesting()957 CandidateCall, "inline-runtime-cost-for-test")) { in OverrideCycleSavingsAndSizeForTesting()1025 auto *CallerBB = CandidateCall.getParent(); in costBenefitAnalysis()1027 CycleSavings += getCallsiteCost(TTI, this->CandidateCall, DL); in costBenefitAnalysis()[all …]