Lines Matching refs:ModuleCallsiteContextGraph
654 class ModuleCallsiteContextGraph class
655 : public CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
658 ModuleCallsiteContextGraph(
663 friend CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
678 CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
785 ModuleCallsiteContextGraph, Function, Instruction *>::CallInfo>
1587 uint64_t ModuleCallsiteContextGraph::getLastStackId(Instruction *Call) { in getLastStackId()
1611 std::string ModuleCallsiteContextGraph::getLabel(const Function *Func, in getLabel()
1636 ModuleCallsiteContextGraph::getStackIdsWithContextNodesForCall( in getStackIdsWithContextNodesForCall()
1670 ModuleCallsiteContextGraph::ModuleCallsiteContextGraph( in ModuleCallsiteContextGraph() function in ModuleCallsiteContextGraph
1868 uint64_t ModuleCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId()
1967 bool ModuleCallsiteContextGraph::findProfiledCalleeThroughTailCalls( in findProfiledCalleeThroughTailCalls()
2045 bool ModuleCallsiteContextGraph::calleeMatchesFunc( in calleeMatchesFunc()
2836 void ModuleCallsiteContextGraph::updateAllocationCall( in updateAllocationCall()
2858 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall()
2879 CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
2881 ModuleCallsiteContextGraph::cloneFunctionForCallsite( in cloneFunctionForCallsite()
3877 ModuleCallsiteContextGraph CCG(M, OREGetter); in processModule()