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.cpp544 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc) { in updateCall() argument
545 static_cast<DerivedCCG *>(this)->updateCall(CallerCall, CalleeFunc); in updateCall()
677 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
754 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
2858 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() argument
2861 cast<CallBase>(CallerCall.call())->setCalledFunction(CalleeFunc.func()); in updateCall()
2862 OREGetter(CallerCall.call()->getFunction()) in updateCall()
2863 .emit(OptimizationRemark(DEBUG_TYPE, "MemprofCall", CallerCall.call()) in updateCall()
2864 << ore::NV("Call", CallerCall.call()) << " in clone " in updateCall()
2865 << ore::NV("Caller", CallerCall.call()->getFunction()) in updateCall()
[all …]