Lines Matching defs:ModuleCallsiteContextGraph
768 class ModuleCallsiteContextGraph
769 : public CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
772 ModuleCallsiteContextGraph(
777 friend CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
795 CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
917 ModuleCallsiteContextGraph, Function, Instruction *>::CallInfo>
1883 uint64_t ModuleCallsiteContextGraph::getLastStackId(Instruction *Call) {
1911 std::string ModuleCallsiteContextGraph::getLabel(const Function *Func,
1936 ModuleCallsiteContextGraph::getStackIdsWithContextNodesForCall(
1970 ModuleCallsiteContextGraph::ModuleCallsiteContextGraph(
2382 uint64_t ModuleCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const {
2482 bool ModuleCallsiteContextGraph::findProfiledCalleeThroughTailCalls(
2560 const Function *ModuleCallsiteContextGraph::getCalleeFunc(Instruction *Call) {
2571 bool ModuleCallsiteContextGraph::calleeMatchesFunc(
2612 bool ModuleCallsiteContextGraph::sameCallee(Instruction *Call1,
3512 void ModuleCallsiteContextGraph::updateAllocationCall(
3535 ModuleCallsiteContextGraph::getAllocationCallType(const CallInfo &Call) const {
3551 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall,
3572 CallsiteContextGraph<ModuleCallsiteContextGraph, Function,
3574 ModuleCallsiteContextGraph::cloneFunctionForCallsite(
4857 ModuleCallsiteContextGraph CCG(M, OREGetter);