Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DMemProfContextDisambiguation.h86 std::unique_ptr<ICallPromotionAnalysis> ICallAnalysis; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp819 ICallPromotionAnalysis ICallAnalysis; in processFunction() local
823 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction( in processFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp329 ICallPromotionAnalysis ICallAnalysis; in computeFunctionSummary() local
497 ICallAnalysis.getPromotionCandidatesForInstruction(&I, TotalCount, in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp5051 ICallAnalysis = std::make_unique<ICallPromotionAnalysis>(); in initializeIndirectCallPromotionInfo()
5474 ICallAnalysis->getPromotionCandidatesForInstruction(CB, TotalCount, in recordICPInfo()