Construct the analysis, optionally loading a profile from Profile.
Synopsis
Declared in <llvm/Analysis/CtxProfAnalysis.h>
explicit
CtxProfAnalysis(std::optional<StringRef> Profile = std::nullopt);
Parameters
Name |
Description |
Profile |
Optional path or profile contents; nullopt uses defaults. |
Created with MrDocs