Lines Matching refs:IndexCallsiteContextGraph
717 class IndexCallsiteContextGraph class
718 : public CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
721 IndexCallsiteContextGraph(
726 ~IndexCallsiteContextGraph() { in ~IndexCallsiteContextGraph()
739 friend CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
755 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
789 IndexCallsiteContextGraph, FunctionSummary, IndexCall>::CallInfo>
1593 uint64_t IndexCallsiteContextGraph::getLastStackId(IndexCall &Call) { in getLastStackId()
1619 std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func, in getLabel()
1645 IndexCallsiteContextGraph::getStackIdsWithContextNodesForCall(IndexCall &Call) { in getStackIdsWithContextNodesForCall()
1729 IndexCallsiteContextGraph::IndexCallsiteContextGraph( in IndexCallsiteContextGraph() function in IndexCallsiteContextGraph
1873 uint64_t IndexCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId()
2086 bool IndexCallsiteContextGraph::findProfiledCalleeThroughTailCalls( in findProfiledCalleeThroughTailCalls()
2165 bool IndexCallsiteContextGraph::calleeMatchesFunc( in calleeMatchesFunc()
2850 void IndexCallsiteContextGraph::updateAllocationCall(CallInfo &Call, in updateAllocationCall()
2870 void IndexCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall()
2901 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
2903 IndexCallsiteContextGraph::cloneFunctionForCallsite( in cloneFunctionForCallsite()
3936 IndexCallsiteContextGraph CCG(Index, isPrevailing); in run()