Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Reducer/
H A DTester.h41 Tester(StringRef testScript, ArrayRef<std::string> testScriptArgs);
53 ArrayRef<std::string> testScriptArgs; variable
/llvm-project-15.0.7/mlir/lib/Reducer/
H A DTester.cpp24 : testScript(scriptName), testScriptArgs(scriptArgs) {} in Tester()
64 for (const std::string &arg : testScriptArgs) in isInteresting()