Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp464 void updateAllocationCall(CallInfo &Call, AllocationType AllocType) { in updateAllocationCall() function in __anonf4e331660111::CallsiteContextGraph
466 static_cast<DerivedCCG *>(this)->updateAllocationCall(Call, AllocType); in updateAllocationCall()
597 void updateAllocationCall(CallInfo &Call, AllocationType AllocType);
674 void updateAllocationCall(CallInfo &Call, AllocationType AllocType);
2625 void ModuleCallsiteContextGraph::updateAllocationCall( in updateAllocationCall() function in ModuleCallsiteContextGraph
2639 void IndexCallsiteContextGraph::updateAllocationCall(CallInfo &Call, in updateAllocationCall() function in IndexCallsiteContextGraph
3164 updateAllocationCall(Node->Call, allocTypeToUse(Node->AllocTypes)); in assignFunctions()