Searched defs:CtxProf (Results 1 – 5 of 5) sorted by relevance
124 void annotateIndirectCalls(Module &M, const CtxProfAnalysis::Result &CtxProf) { in annotateIndirectCalls()161 auto &CtxProf = MAM.getResult<CtxProfAnalysis>(M); in run() local
161 auto *CtxProf = MAM.getCachedResult<CtxProfAnalysis>(M); in run() local
124 auto &CtxProf = MAM.getResult<CtxProfAnalysis>(M); in run() local
580 PGOContextualProfile &CtxProf) { in promoteCallWithIfThenElse()
2238 PGOContextualProfile &CtxProf, uint32_t CalleeCounters, in remapIndices()2366 PGOContextualProfile &CtxProf, in InlineFunction()