Home
last modified time | relevance | path

Searched refs:CallerCall (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp471 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc) { in updateCall() argument
598 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
675 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
2647 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() argument
2651 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() argument
2661 auto *CI = CallerCall.call().dyn_cast<CallsiteInfo *>(); in updateCall()
2664 assert(CI->Clones.size() > CallerCall.cloneNo()); in updateCall()
[all …]