Home
last modified time | relevance | path

Searched refs:InstrProfileOutput (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp510 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()
710 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
712 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
748 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
750 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()
754 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
756 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
1097 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h121 std::string InstrProfileOutput; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h248 std::string InstrProfileOutput; variable
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1178 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1179 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1182 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp678 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
703 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h1197 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1258 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5508 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;