Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp713 void updateAllocationCall(CallInfo &Call, AllocationType AllocType) { in updateAllocationCall() function in __anonf01a58700111::CallsiteContextGraph
715 static_cast<DerivedCCG *>(this)->updateAllocationCall(Call, AllocType); in updateAllocationCall()
894 void updateAllocationCall(CallInfo &Call, AllocationType AllocType);
986 void updateAllocationCall(CallInfo &Call, AllocationType AllocType);
3941 void ModuleCallsiteContextGraph::updateAllocationCall( in updateAllocationCall() function in ModuleCallsiteContextGraph
3955 void IndexCallsiteContextGraph::updateAllocationCall(CallInfo &Call, in updateAllocationCall() function in IndexCallsiteContextGraph
4893 updateAllocationCall(Node->Call, AT); in assignFunctions()