Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp470 auto MaybeProfiles = Reader.loadProfiles(); in run() local
471 if (!MaybeProfiles) { in run()
473 toString(MaybeProfiles.takeError())); in run()
506 llvm::make_early_inc_range(MaybeProfiles->Contexts)) in run()
508 MaybeProfiles->Contexts.erase(RootGuid); in run()
510 MaybeProfiles->FlatProfiles.clear(); in run()
545 Result.Profiles = std::move(*MaybeProfiles); in run()