Lines Matching defs:IndexCallsiteContextGraph
846 class IndexCallsiteContextGraph
847 : public CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
850 IndexCallsiteContextGraph(
855 ~IndexCallsiteContextGraph() {
868 friend CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
887 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
921 IndexCallsiteContextGraph, FunctionSummary, IndexCall>::CallInfo>
1889 uint64_t IndexCallsiteContextGraph::getLastStackId(IndexCall &Call) {
1919 std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func,
1945 IndexCallsiteContextGraph::getStackIdsWithContextNodesForCall(IndexCall &Call) {
2046 IndexCallsiteContextGraph::IndexCallsiteContextGraph(
2387 uint64_t IndexCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const {
2627 bool IndexCallsiteContextGraph::findProfiledCalleeThroughTailCalls(
2707 IndexCallsiteContextGraph::getCalleeFunc(IndexCall &Call) {
2714 bool IndexCallsiteContextGraph::calleeMatchesFunc(
2760 bool IndexCallsiteContextGraph::sameCallee(IndexCall &Call1, IndexCall &Call2) {
3526 void IndexCallsiteContextGraph::updateAllocationCall(CallInfo &Call,
3545 IndexCallsiteContextGraph::getAllocationCallType(const CallInfo &Call) const {
3563 void IndexCallsiteContextGraph::updateCall(CallInfo &CallerCall,
3594 CallsiteContextGraph<IndexCallsiteContextGraph, FunctionSummary,
3596 IndexCallsiteContextGraph::cloneFunctionForCallsite(
4916 IndexCallsiteContextGraph CCG(Index, isPrevailing);