Home
last modified time | relevance | path

Searched defs:CtxProf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp124 void annotateIndirectCalls(Module &M, const CtxProfAnalysis::Result &CtxProf) { in annotateIndirectCalls()
161 auto &CtxProf = MAM.getResult<CtxProfAnalysis>(M); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp161 auto *CtxProf = MAM.getCachedResult<CtxProfAnalysis>(M); in run() local
H A DModuleInliner.cpp124 auto &CtxProf = MAM.getResult<CtxProfAnalysis>(M); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp580 PGOContextualProfile &CtxProf) { in promoteCallWithIfThenElse()
H A DInlineFunction.cpp2238 PGOContextualProfile &CtxProf, uint32_t CalleeCounters, in remapIndices()
2366 PGOContextualProfile &CtxProf, in InlineFunction()