Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp520 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()
783 CodeGenOpts.InstrProfileOutput.empty() ? getDefaultProfileGenName() in RunOptimizationPipeline()
784 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
832 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
834 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()
838 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
840 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
1246 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h128 std::string InstrProfileOutput; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h280 std::string InstrProfileOutput; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1487 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1488 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1491 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp849 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
882 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1291 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp2111 createProfileFileNameVar(M, Options.InstrProfileOutput); in emitInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7337 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;