Home
last modified time | relevance | path

Searched refs:updateCall (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() function in __anonf01a58700111::CallsiteContextGraph
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() function in ModuleCallsiteContextGraph
2870 void IndexCallsiteContextGraph::updateCall(CallInfo &CallerCall, in updateCall() function in IndexCallsiteContextGraph
3383 updateCall(Node->Call, CalleeFunc); in assignFunctions()