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

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 107 std::string CSIRProfile;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 217 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping,
220 } else if (!Conf.CSIRProfile.empty()) {
221 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping,
331 if (!Conf.RunCSIRInstr && !Conf.CSIRProfile.empty()) {
333 PMB.PGOInstrUse = Conf.CSIRProfile;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 268 Conf.CSIRProfile = CSPGOFile;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1555 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput);
1558 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath);
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 945 Conf.CSIRProfile = options::cs_profile_path;

Completed in 52 milliseconds