Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h33 struct PGOOptions { struct
36 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
39 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
61 std::string ProfileFile;
62 std::string CSProfileGenFile;
63 std::string ProfileRemappingFile;
64 PGOAction Action;
65 CSPGOAction CSAction;
66 bool SamplePGOSupport;