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