Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp523 Options.InstrProfileOutput = CodeGenOpts.InstrProfileOutput; in getInstrProfOptions()
770 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
772 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
808 PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
810 : CodeGenOpts.InstrProfileOutput; in RunOptimizationPipeline()
814 CodeGenOpts.InstrProfileOutput.empty() in RunOptimizationPipeline()
816 : CodeGenOpts.InstrProfileOutput, in RunOptimizationPipeline()
1172 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h120 std::string InstrProfileOutput; member
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h268 std::string InstrProfileOutput; variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1205 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar() argument
1206 if (InstrProfileOutput.empty()) in createProfileFileNameVar()
1209 ConstantDataArray::getString(M.getContext(), InstrProfileOutput, true); in createProfileFileNameVar()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp756 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPasses()
781 Options.InstrProfileOutput = ProfileFile; in addPGOInstrPassesForO0()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1229 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1269 createProfileFileNameVar(*M, Options.InstrProfileOutput); in emitInitialization()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5672 MarshallingInfoString<CodeGenOpts<"InstrProfileOutput">>;