Searched refs:ProfileFile (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
| D | PassBuilder.h | 36 PGOOptions(std::string ProfileFile = "", std::string CSProfileGenFile = "", 39 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function 61 std::string ProfileFile; member 631 std::string ProfileFile, 670 std::string ProfileFile,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
| D | PassBuilder.cpp | 573 std::string ProfileFile, in addPGOInstrPasses() argument 613 assert(!ProfileFile.empty() && "Profile use expecting a profile file!"); in addPGOInstrPasses() 614 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPasses() 631 if (!ProfileFile.empty()) in addPGOInstrPasses() 632 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses() 641 bool IsCS, std::string ProfileFile, in addPGOInstrPassesForO0() argument 644 assert(!ProfileFile.empty() && "Profile use expecting a profile file!"); in addPGOInstrPassesForO0() 645 MPM.addPass(PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS)); in addPGOInstrPassesForO0() 656 if (!ProfileFile.empty()) in addPGOInstrPassesForO0() 657 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0() [all …]
|