Lines Matching refs:ModuleCallsiteContextGraph
575 class ModuleCallsiteContextGraph class
576 : public CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
579 ModuleCallsiteContextGraph(
584 friend CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
599 CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
706 ModuleCallsiteContextGraph, Function, Instruction *>::CallInfo>
1443 uint64_t ModuleCallsiteContextGraph::getLastStackId(Instruction *Call) { in getLastStackId()
1467 std::string ModuleCallsiteContextGraph::getLabel(const Function *Func, in getLabel()
1492 ModuleCallsiteContextGraph::getStackIdsWithContextNodesForCall( in getStackIdsWithContextNodesForCall()
1526 ModuleCallsiteContextGraph::ModuleCallsiteContextGraph( in ModuleCallsiteContextGraph() function in ModuleCallsiteContextGraph
1716 uint64_t ModuleCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId()
1815 bool ModuleCallsiteContextGraph::findProfiledCalleeThroughTailCalls( in findProfiledCalleeThroughTailCalls()
1891 bool ModuleCallsiteContextGraph::calleeMatchesFunc( in calleeMatchesFunc()
2625 void ModuleCallsiteContextGraph::updateAllocationCall( in updateAllocationCall()
2647 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall()
2668 CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
2670 ModuleCallsiteContextGraph::cloneFunctionForCallsite( in cloneFunctionForCallsite()
3645 ModuleCallsiteContextGraph CCG(M, OREGetter); in processModule()