Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp32 bool isReduced(Module &M, TestRunner &Test, SmallString<128> &CurrentFilepath) { in isReduced() argument
36 sys::fs::createTemporaryFile("llvm-reduce", "ll", FD, CurrentFilepath); in isReduced()
42 ToolOutputFile Out(CurrentFilepath, FD); in isReduced()
46 errs() << "Error emitting bitcode to file '" << CurrentFilepath << "'!\n"; in isReduced()
51 return Test.run(CurrentFilepath); in isReduced()
109 SmallString<128> CurrentFilepath; in runDeltaPass() local
110 if (!isReduced(*Program, Test, CurrentFilepath)) { in runDeltaPass()
163 SmallString<128> CurrentFilepath; in runDeltaPass() local
164 if (!isReduced(*Clone, Test, CurrentFilepath)) { in runDeltaPass()
173 errs() << " **** SUCCESS | lines: " << getLines(CurrentFilepath) << "\n"; in runDeltaPass()