Searched refs:PGOOptions (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | NewPMDriver.cpp | 199 Optional<PGOOptions> P; in runPassPipeline() 202 P = PGOOptions(ProfileFile, "", "", true); in runPassPipeline() 205 P = PGOOptions("", ProfileFile, "", false); in runPassPipeline() 208 P = PGOOptions("", "", ProfileFile, false); in runPassPipeline() 212 P = PGOOptions("", "", "", false, true); in runPassPipeline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 33 struct PGOOptions { struct 34 PGOOptions(std::string ProfileGenFile = "", std::string ProfileUseFile = "", 60 Optional<PGOOptions> PGOOpt; argument 175 Optional<PGOOptions> PGOOpt = None)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 150 Optional<PGOOptions> PGOOpt; in runNewPMPasses() 152 PGOOpt = PGOOptions("", "", Conf.SampleProfile, false, true); in runNewPMPasses()
|