Home
last modified time | relevance | path

Searched defs:PGOOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h27 struct PGOOptions { struct
30 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
41 std::string ProfileFile;
42 std::string CSProfileGenFile;
43 std::string ProfileRemappingFile;
44 std::string MemoryProfile;
45 PGOAction Action;
46 CSPGOAction CSAction;
47 bool DebugInfoForProfiling;
48 bool PseudoProbeForProfiling;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() function in PGOOptions