Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp505 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()
755 CodeGenOpts.InstrProfileOutput.empty() ? getDefaultProfileGenName() in RunOptimizationPipeline()
756 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
800 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
802 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()
807 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
809 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
1233 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h125 std::string InstrProfileOutput; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h276 std::string InstrProfileOutput; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1352 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1353 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1356 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp808 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
835 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1201 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1747 createProfileFileNameVar(M, Options.InstrProfileOutput); in emitInitialization()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7025 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;