Lines Matching refs:CtxProfAnalysis
268 if (const auto *Inst = CtxProfAnalysis::getSelectInstrumentation( in allNonColdSelectsHaveProfile()
319 if (auto *Ins = CtxProfAnalysis::getBBInstrumentation( in ProfileAnnotatorImpl()
383 auto *Step = CtxProfAnalysis::getSelectInstrumentation(SI); in getSelectInstrProfile()
448 AnalysisKey CtxProfAnalysis::Key;
450 CtxProfAnalysis::CtxProfAnalysis(std::optional<StringRef> Profile) in CtxProfAnalysis() function in CtxProfAnalysis
459 PGOContextualProfile CtxProfAnalysis::run(Module &M, in run()
562 CtxProfAnalysis::Result &C = MAM.getResult<CtxProfAnalysis>(M); in run()
594 InstrProfCallsite *CtxProfAnalysis::getCallsiteInstrumentation(CallBase &CB) { in getCallsiteInstrumentation()
607 InstrProfIncrementInst *CtxProfAnalysis::getBBInstrumentation(BasicBlock &BB) { in getBBInstrumentation()
616 CtxProfAnalysis::getSelectInstrumentation(SelectInst &SI) { in getSelectInstrumentation()
736 void CtxProfAnalysis::collectIndirectCallPromotionList( in collectIndirectCallPromotionList()
739 const auto *Instr = CtxProfAnalysis::getCallsiteInstrumentation(IC); in collectIndirectCallPromotionList()