Lines Matching refs:Caller
729 Function *Caller = CB.getCaller(); in shouldPartialInline() local
751 << NV("Caller", Caller) in shouldPartialInline()
761 << NV("Caller", Caller) << " because too costly to inline (cost=" in shouldPartialInline()
767 const DataLayout &DL = Caller->getDataLayout(); in shouldPartialInline()
779 << NV("Caller", Caller) << " runtime overhead (overhead=" in shouldPartialInline()
793 << NV("Caller", Caller) << " with cost=" << NV("Cost", IC.getCost()) in shouldPartialInline()
909 auto ComputeCurrBFI = [&,this](Function *Caller) { in computeCallsiteToProfCountMap() argument
912 DominatorTree DT(*Caller); in computeCallsiteToProfCountMap()
914 BranchProbabilityInfo BPI(*Caller, LI); in computeCallsiteToProfCountMap()
915 TempBFI.reset(new BlockFrequencyInfo(*Caller, BPI, LI)); in computeCallsiteToProfCountMap()
919 CurrentCallerBFI = &(GetBFI(*Caller)); in computeCallsiteToProfCountMap()
928 Function *Caller = CB->getCaller(); in computeCallsiteToProfCountMap() local
929 if (CurrentCaller != Caller) { in computeCallsiteToProfCountMap()
930 CurrentCaller = Caller; in computeCallsiteToProfCountMap()
931 ComputeCurrBFI(Caller); in computeCallsiteToProfCountMap()