Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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;
/dports/databases/postgresql11-server/postgresql-11.14/src/test/modules/commit_ts/t/
H A D002_standby.pl35 $standby->poll_query_until('postgres',
36 qq{SELECT '$master_lsn'::pg_lsn <= pg_last_wal_replay_lsn()})
39 my $standby_ts = $standby->safe_psql('postgres',
44 $master->append_conf('postgresql.conf', 'track_commit_timestamp = off');
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Passes/
H A DPassBuilder.h34 struct PGOOptions { struct
37 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
42 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
75 std::string ProfileFile;
76 std::string CSProfileGenFile;
77 std::string ProfileRemappingFile;
78 PGOAction Action;
79 CSPGOAction CSAction;
80 bool DebugInfoForProfiling;
81 bool PseudoProbeForProfiling;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Passes/
H A DPassBuilder.h34 struct PGOOptions { struct
37 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
42 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
75 std::string ProfileFile;
76 std::string CSProfileGenFile;
77 std::string ProfileRemappingFile;
78 PGOAction Action;
79 CSPGOAction CSAction;
80 bool DebugInfoForProfiling;
81 bool PseudoProbeForProfiling;
/dports/devel/llvm10/llvm-10.0.1.src/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;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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;
/dports/devel/llvm90/llvm-9.0.1.src/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;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h34 struct PGOOptions { struct
37 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
40 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
62 std::string ProfileFile;
63 std::string CSProfileGenFile;
64 std::string ProfileRemappingFile;
65 PGOAction Action;
66 CSPGOAction CSAction;
67 bool SamplePGOSupport;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Passes/
H A DPassBuilder.h34 struct PGOOptions { struct
37 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
40 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
62 std::string ProfileFile;
63 std::string CSProfileGenFile;
64 std::string ProfileRemappingFile;
65 PGOAction Action;
66 CSPGOAction CSAction;
67 bool SamplePGOSupport;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Passes/
H A DPassBuilder.h34 struct PGOOptions { struct
37 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", argument
40 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile()
62 std::string ProfileFile;
63 std::string CSProfileGenFile;
64 std::string ProfileRemappingFile;
65 PGOAction Action;
66 CSPGOAction CSAction;
67 bool SamplePGOSupport;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h34 #include <cstdint>
43 namespace llvm { in ProfileGenFile()
49 class CoverageMappingReader; in ProfileGenFile()
50 struct CoverageMappingRecord; in ProfileGenFile()
52 enum class coveragemap_error { in ProfileGenFile()
53 success = 0, in ProfileGenFile()
54 eof, in ProfileGenFile()
55 no_data_found, in ProfileGenFile()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Passes/
H A DPassBuilder.h33 struct PGOOptions { struct
43 SamplePGOSupport) && "Illegal PGOOptions."); in ProfileGenFile() argument
60 Optional<PGOOptions> PGOOpt; argument