Home
last modified time | relevance | path

Searched refs:CtxProfContextualProfiles (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h187 using CtxProfContextualProfiles = variable
190 CtxProfContextualProfiles Contexts;
214 Error loadContexts(CtxProfContextualProfiles &P);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h63 const CtxProfContextualProfiles &contexts() const { in contexts()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp215 Error PGOCtxProfileReader::loadContexts(CtxProfContextualProfiles &P) { in loadContexts()