Home
last modified time | relevance | path

Searched refs:updateCall (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() function in __anonf4e331660111::CallsiteContextGraph
472 static_cast<DerivedCCG *>(this)->updateCall(CallerCall, CalleeFunc); in updateCall()
598 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
675 void updateCall(CallInfo &CallerCall, FuncInfo CalleeFunc);
2647 void ModuleCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() function in ModuleCallsiteContextGraph
2659 void IndexCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() function in IndexCallsiteContextGraph
3172 updateCall(Node->Call, CalleeFunc); in assignFunctions()