Home
last modified time | relevance | path

Searched refs:OutputPrefix (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp39 extern cl::opt<std::string> OutputPrefix;
96 std::string Filename = OutputPrefix + "-" + ID + ".bc"; in EmitProgressBitcode()
140 OutputPrefix + "-output-%%%%%%%.bc", UniqueFilename); in runPasses()
150 sys::fs::TempFile::create(OutputPrefix + "-input-%%%%%%%.bc"); in runPasses()
171 FindProgramByName("opt", getToolName(), &OutputPrefix)) in runPasses()
H A DExecutionDriver.cpp114 OutputPrefix("output-prefix", cl::init("bugpoint"), variable
274 sys::fs::TempFile::create(OutputPrefix + "-test-program-%%%%%%%.bc"); in compileProgram()
309 OutputPrefix + "-test-program-%%%%%%%.bc", UniqueFD, UniqueFilename); in executeProgram()
330 OutputFile = OutputPrefix + "-execution-output-%%%%%%%"; in executeProgram()
H A DMiscompilation.cpp33 extern cl::opt<std::string> OutputPrefix;
356 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-tno.bc", in ExtractLoops()
358 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to.bc", in ExtractLoops()
360 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to-le.bc", in ExtractLoops()
363 errs() << "Please submit the " << OutputPrefix in ExtractLoops()
H A DExtractFunction.cpp41 extern cl::opt<std::string> OutputPrefix;
375 auto Temp = sys::fs::TempFile::create(OutputPrefix + "-extractblocks%%%%%%%"); in extractMappedBlocksFromModule()