Lines Matching defs:PGOOptions
1 //===------ PGOOptions.cpp -- PGO option tunables --------------*- C++ -*--===//
9 #include "llvm/Support/PGOOptions.h"
14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile,
43 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr);
56 PGOOptions::PGOOptions(const PGOOptions &) = default;
58 PGOOptions &PGOOptions::operator=(const PGOOptions &O) = default;
60 PGOOptions::~PGOOptions() = default;