Home
last modified time | relevance | path

Searched refs:SampleUse (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h34 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
42 SamplePGOSupport(SamplePGOSupport || Action == SampleUse) { in ProfileFile()
48 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp488 PGOOpt->Action != PGOOptions::SampleUse) && in buildFunctionSimplificationPipeline()
564 PGOOpt->Action == PGOOptions::SampleUse)) in buildFunctionSimplificationPipeline()
678 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()
825 PGOOpt->Action == PGOOptions::SampleUse) in buildModuleSimplificationPipeline()
1170 if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) { in buildLTODefaultPipeline()
1201 true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildLTODefaultPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp163 PGOOptions::SampleUse, PGOOptions::NoCSAction, true); in runNewPMPasses()