Searched defs:ShouldRun (Results 1 – 4 of 4) sorted by relevance
53 bool ShouldRun = (OptBisectLimit == -1 || CurBisectNum <= OptBisectLimit); in checkPass() local
148 bool ShouldRun = true; in runBeforePass() local
110 bool DecomposeStridedMatrix::ShouldRun(const Program* program) { in ShouldRun() function in tint::transform::DecomposeStridedMatrix
451 def ShouldRun(self, rel_path, tests): member in TestSuite