Searched refs:CurrentFilepath (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | Delta.cpp | 27 bool IsReduced(Module &M, TestRunner &Test, SmallString<128> &CurrentFilepath) { in IsReduced() argument 31 sys::fs::createTemporaryFile("llvm-reduce", "ll", FD, CurrentFilepath); in IsReduced() 37 ToolOutputFile Out(CurrentFilepath, FD); in IsReduced() 41 errs() << "Error emitting bitcode to file '" << CurrentFilepath << "'!\n"; in IsReduced() 46 return Test.run(CurrentFilepath); in IsReduced() 104 SmallString<128> CurrentFilepath; in runDeltaPass() local 105 if (!IsReduced(*Program, Test, CurrentFilepath)) { in runDeltaPass() 154 SmallString<128> CurrentFilepath; in runDeltaPass() local 155 if (!IsReduced(*Clone, Test, CurrentFilepath)) { in runDeltaPass() 164 errs() << " **** SUCCESS | lines: " << getLines(CurrentFilepath) << "\n"; in runDeltaPass()
|