Lines Matching refs:FunctionSummary

718     : public CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
739 friend CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
744 IndexCall &Call, const FunctionSummary *Func,
745 const FunctionSummary *CallerFunc,
746 std::vector<std::pair<IndexCall, FunctionSummary *>> &FoundCalleeChain);
749 std::vector<std::pair<IndexCall, FunctionSummary *>> &FoundCalleeChain,
755 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
761 std::string getLabel(const FunctionSummary *Func, const IndexCall &Call,
766 std::map<const FunctionSummary *, ValueInfo> FSToVIMap;
776 std::unordered_map<FunctionSummary *,
789 IndexCallsiteContextGraph, FunctionSummary, IndexCall>::CallInfo>
1619 std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func, in getLabel()
1747 auto *FS = dyn_cast<FunctionSummary>(S.get()); in IndexCallsiteContextGraph()
2088 std::vector<std::pair<IndexCall, FunctionSummary *>> &FoundCalleeChain, in findProfiledCalleeThroughTailCalls()
2095 auto CreateAndSaveCallsiteInfo = [&](ValueInfo Callee, FunctionSummary *FS) { in findProfiledCalleeThroughTailCalls()
2118 auto *FS = dyn_cast<FunctionSummary>(S->getBaseObject()); in findProfiledCalleeThroughTailCalls()
2166 IndexCall &Call, const FunctionSummary *Func, in calleeMatchesFunc()
2167 const FunctionSummary *CallerFunc, in calleeMatchesFunc()
2168 std::vector<std::pair<IndexCall, FunctionSummary *>> &FoundCalleeChain) { in calleeMatchesFunc()
2901 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
3611 auto *FS = cast<FunctionSummary>(GVSummary->getBaseObject()); in applyImport()