Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h59 MutableArrayRef<InstrProfValueData> getPromotionCandidatesForInstruction(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp85 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction() function in ICallPromotionAnalysis
H A DModuleSummaryAnalysis.cpp486 ICallAnalysis.getPromotionCandidatesForInstruction(&I, TotalCount, in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp811 auto ICallProfDataRef = ICallAnalysis.getPromotionCandidatesForInstruction( in processFunction()