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.cpp537 void updateAllocationCall(CallInfo &Call, AllocationType AllocType) { in updateAllocationCall() function in __anonf01a58700111::CallsiteContextGraph
539 static_cast<DerivedCCG *>(this)->updateAllocationCall(Call, AllocType); in updateAllocationCall()
676 void updateAllocationCall(CallInfo &Call, AllocationType AllocType);
753 void updateAllocationCall(CallInfo &Call, AllocationType AllocType);
2836 void ModuleCallsiteContextGraph::updateAllocationCall( in updateAllocationCall() function in ModuleCallsiteContextGraph
2850 void IndexCallsiteContextGraph::updateAllocationCall(CallInfo &Call, in updateAllocationCall() function in IndexCallsiteContextGraph
3375 updateAllocationCall(Node->Call, allocTypeToUse(Node->AllocTypes)); in assignFunctions()