Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DPGOOptions.h27 struct PGOOptions { struct
31 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
41 PGOOptions &operator=(const PGOOptions &); argument
43 std::string ProfileFile;
44 std::string CSProfileGenFile;
45 std::string ProfileRemappingFile;
46 std::string MemoryProfile;
47 PGOAction Action;
48 CSPGOAction CSAction;
49 ColdFuncOpt ColdOptType;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DPGOOptions.h27 struct PGOOptions { struct
31 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
41 PGOOptions &operator=(const PGOOptions &); argument
43 std::string ProfileFile;
44 std::string CSProfileGenFile;
45 std::string ProfileRemappingFile;
46 std::string MemoryProfile;
47 PGOAction Action;
48 CSPGOAction CSAction;
49 ColdFuncOpt ColdOptType;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DPGOOptions.h27 struct PGOOptions { struct
31 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
41 PGOOptions &operator=(const PGOOptions &); argument
43 std::string ProfileFile;
44 std::string CSProfileGenFile;
45 std::string ProfileRemappingFile;
46 std::string MemoryProfile;
47 PGOAction Action;
48 CSPGOAction CSAction;
49 ColdFuncOpt ColdOptType;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DPGOOptions.h27 struct PGOOptions { struct
30 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, argument
39 PGOOptions &operator=(const PGOOptions &); 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;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DPGOOptions.h22 struct PGOOptions { struct
25 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
30 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
55 std::string ProfileFile;
56 std::string CSProfileGenFile;
57 std::string ProfileRemappingFile;
58 PGOAction Action;
59 CSPGOAction CSAction;
60 bool DebugInfoForProfiling;
61 bool PseudoProbeForProfiling;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
H A 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;