Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp178 PGOInstrUse = ""; in PassManagerBuilder()
303 } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty()) in addPGOInstrPasses()
339 if (!PGOInstrUse.empty()) in addPGOInstrPasses()
340 MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS)); in addPGOInstrPasses()
464 (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen)) in addFunctionSimplificationPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h184 std::string PGOInstrUse; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp294 PMB.PGOInstrUse = Conf.CSIRProfile; in runOldPMPasses()