Home
last modified time | relevance | path

Searched refs:SamplePGOSupport (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/
DPassBuilder.h36 bool SamplePGOSupport = false)
39 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) { in ProfileGenFile()
43 SamplePGOSupport) && "Illegal PGOOptions."); in ProfileGenFile()
49 bool SamplePGOSupport; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp873 if (PGOOpt && PGOOpt->SamplePGOSupport) in buildPerModuleDefaultPipeline()
896 if (PGOOpt && PGOOpt->SamplePGOSupport) in buildThinLTOPreLinkDefaultPipeline()