Lines Matching refs:CurrentFilepath
70 SmallString<128> &CurrentFilepath) { in isReduced() argument
75 CurrentFilepath); in isReduced()
86 errs() << "Error emitting bitcode to file '" << CurrentFilepath << "'!\n"; in isReduced()
87 sys::fs::remove(CurrentFilepath); in isReduced()
90 bool Res = Test.run(CurrentFilepath); in isReduced()
91 sys::fs::remove(CurrentFilepath); in isReduced()
94 ToolOutputFile Out(CurrentFilepath, FD); in isReduced()
98 errs() << "Error emitting bitcode to file '" << CurrentFilepath << "'!\n"; in isReduced()
103 return Test.run(CurrentFilepath); in isReduced()
189 SmallString<128> CurrentFilepath; in CheckChunk() local
190 if (!isReduced(*Clone, Test, CurrentFilepath)) { in CheckChunk()
232 SmallString<128> CurrentFilepath; in runDeltaPass() local
233 if (!isReduced(Test.getProgram(), Test, CurrentFilepath)) { in runDeltaPass()
250 assert(isReduced(Test.getProgram(), Test, CurrentFilepath) && in runDeltaPass()
384 errs() << " **** SUCCESS | lines: " << getLines(CurrentFilepath) << "\n"; in runDeltaPass()