Searched refs:CallerCall (Results 1 – 1 of 1) sorted by relevance
471 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc) { in updateCall() argument598 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);675 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);2647 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() argument2651 OREGetter(CallerCall.call()->getFunction()) in updateCall()2653 << ore::NV("Call", CallerCall.call()) << " in clone " in updateCall()2654 << ore::NV("Caller", CallerCall.call()->getFunction()) in updateCall()2659 void IndexCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() argument2661 auto *CI = CallerCall.call().dyn_cast<CallsiteInfo *>(); in updateCall()2664 assert(CI->Clones.size() > CallerCall.cloneNo()); in updateCall()[all …]