Lines Matching refs:IndexCallsiteContextGraph

638 class IndexCallsiteContextGraph  class
639 : public CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
642 IndexCallsiteContextGraph(
647 ~IndexCallsiteContextGraph() { in ~IndexCallsiteContextGraph()
660 friend CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
676 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
710 IndexCallsiteContextGraph, FunctionSummary, IndexCall>::CallInfo>
1449 uint64_t IndexCallsiteContextGraph::getLastStackId(IndexCall &Call) { in getLastStackId()
1475 std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func, in getLabel()
1501 IndexCallsiteContextGraph::getStackIdsWithContextNodesForCall(IndexCall &Call) { in getStackIdsWithContextNodesForCall()
1585 IndexCallsiteContextGraph::IndexCallsiteContextGraph( in IndexCallsiteContextGraph() function in IndexCallsiteContextGraph
1721 uint64_t IndexCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId()
1932 bool IndexCallsiteContextGraph::findProfiledCalleeThroughTailCalls( in findProfiledCalleeThroughTailCalls()
2009 bool IndexCallsiteContextGraph::calleeMatchesFunc( in calleeMatchesFunc()
2639 void IndexCallsiteContextGraph::updateAllocationCall(CallInfo &Call, in updateAllocationCall()
2659 void IndexCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall()
2690 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
2692 IndexCallsiteContextGraph::cloneFunctionForCallsite( in cloneFunctionForCallsite()
3704 IndexCallsiteContextGraph CCG(Index, isPrevailing); in run()