Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp207 PGOInstrUse = ""; in PassManagerBuilder()
335 } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty()) in addPGOInstrPasses()
373 if (!PGOInstrUse.empty()) in addPGOInstrPasses()
374 MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS)); in addPGOInstrPasses()
522 (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen)) in addFunctionSimplificationPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h186 std::string PGOInstrUse; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp333 PMB.PGOInstrUse = Conf.CSIRProfile; in runOldPMPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp397 Builder.PGOInstrUse = ProfileFile; in AddOptimizationPasses()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp850 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()