HomeSort by: relevance | last modified time | path
    Searched refs:PGOOpt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 446 Optional<PGOOptions> PGOOpt,
448 : TM(TM), PTO(PTO), PGOOpt(PGOOpt), PIC(PIC) {
600 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt ||
601 PGOOpt->Action != PGOOptions::SampleUse)
717 if (PGOOpt && PGOOpt->Action == PGOOptions::IRUse &&
775 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt ||
776 PGOOpt->Action != PGOOptions::SampleUse)
856 if (EnableCHR && Level == OptimizationLevel::O3 && PGOOpt &
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1201 Optional<PGOOptions> PGOOpt;
1205 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty()
1214 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "",
1219 PGOOpt = PGOOptions(
1225 PGOOpt =
1230 PGOOpt = PGOOptions("", "", "", PGOOptions::NoAction,
1238 if (PGOOpt.hasValue()) {
1239 assert(PGOOpt->Action != PGOOptions::IRInstr &&
1240 PGOOpt->Action != PGOOptions::SampleUse &&
1243 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty(
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 212 Optional<PGOOptions> PGOOpt;
214 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping,
217 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping,
221 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping,
225 PGOOpt = PGOOptions("", "", "", PGOOptions::NoAction,
237 PassBuilder PB(TM, Conf.PTO, PGOOpt, &PIC);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 142 Optional<PGOOptions> PGOOpt;
271 Optional<PGOOptions> PGOOpt = None,

Completed in 21 milliseconds