Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp52 MaxNumPromotions("icp-max-prom", cl::init(3), cl::Hidden, cl::ZeroOrMore, variable
57 ValueDataArray = llvm::make_unique<InstrProfValueData[]>(MaxNumPromotions); in ICallPromotionAnalysis()
79 for (; I < MaxNumPromotions && I < NumVals; I++) { in getProfitablePromotionCandidates()
99 getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, MaxNumPromotions, in getPromotionCandidatesForInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp237 uint32_t NumVals, MaxNumPromotions = MemOPMaxVersion + 2; in perform() local
239 if (!getValueProfDataFromInst(*MI, IPVK_MemOPSize, MaxNumPromotions, in perform()