Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h35 struct PGOOptions { struct
38 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
43 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
76 std::string ProfileFile;
77 std::string CSProfileGenFile;
78 std::string ProfileRemappingFile;
79 PGOAction Action;
80 CSPGOAction CSAction;
81 bool DebugInfoForProfiling;
82 bool PseudoProbeForProfiling;