Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h136 const CtxProfFlatProfile &getUnhandled() const { return Unhandled.value(); } in getUnhandled() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp370 Ctx.getTotalRootEntryCount(), Ctx.getUnhandled()); in toYaml()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp710 for (const auto &[G, Unh] : CtxRoot.getUnhandled()) in flatten()