Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp725 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc) { in updateCall() argument
726 static_cast<DerivedCCG *>(this)->updateCall(CallerCall, CalleeFunc); in updateCall()
896 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
988 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
3980 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() argument
3983 cast<CallBase>(CallerCall.call())->setCalledFunction(CalleeFunc.func()); in updateCall()
3984 OREGetter(CallerCall.call()->getFunction()) in updateCall()
3985 .emit(OptimizationRemark(DEBUG_TYPE, "MemprofCall", CallerCall.call()) in updateCall()
3986 << ore::NV("Call", CallerCall.call()) << " in clone " in updateCall()
3987 << ore::NV("Caller", CallerCall.call()->getFunction()) in updateCall()
[all …]