Lines Matching refs:Caller
783 Function *Caller = CB.getCaller(); in shouldPartialInline() local
805 << NV("Caller", Caller) in shouldPartialInline()
815 << NV("Caller", Caller) << " because too costly to inline (cost=" in shouldPartialInline()
821 const DataLayout &DL = Caller->getParent()->getDataLayout(); in shouldPartialInline()
833 << NV("Caller", Caller) << " runtime overhead (overhead=" in shouldPartialInline()
847 << NV("Caller", Caller) << " with cost=" << NV("Cost", IC.getCost()) in shouldPartialInline()
962 auto ComputeCurrBFI = [&,this](Function *Caller) { in computeCallsiteToProfCountMap() argument
965 DominatorTree DT(*Caller); in computeCallsiteToProfCountMap()
967 BranchProbabilityInfo BPI(*Caller, LI); in computeCallsiteToProfCountMap()
968 TempBFI.reset(new BlockFrequencyInfo(*Caller, BPI, LI)); in computeCallsiteToProfCountMap()
972 CurrentCallerBFI = &(GetBFI(*Caller)); in computeCallsiteToProfCountMap()
978 Function *Caller = CB->getCaller(); in computeCallsiteToProfCountMap() local
979 if (CurrentCaller != Caller) { in computeCallsiteToProfCountMap()
980 CurrentCaller = Caller; in computeCallsiteToProfCountMap()
981 ComputeCurrBFI(Caller); in computeCallsiteToProfCountMap()