LLVM 22.0.0git
|
#include "llvm/ProfileData/PGOCtxProfWriter.h"
#include "llvm/Bitstream/BitCodeEnums.h"
#include "llvm/ProfileData/CtxInstrContextNode.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Variables | |
static cl::opt< bool > | IncludeEmptyOpt ("ctx-prof-include-empty", cl::init(false), cl::desc("Also write profiles with all-zero counters. " "Intended for testing/debugging.")) |
|
static |
Referenced by llvm::PGOCtxProfileWriter::PGOCtxProfileWriter().