Home
last modified time | relevance | path

Searched defs:ShouldRun (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOptBisect.cpp53 bool ShouldRun = (OptBisectLimit == -1 || CurBisectNum <= OptBisectLimit); in checkPass() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassInstrumentation.h148 bool ShouldRun = true; in runBeforePass() local
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_strided_matrix.cc110 bool DecomposeStridedMatrix::ShouldRun(const Program* program) { in ShouldRun() function in tint::transform::DecomposeStridedMatrix
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py451 def ShouldRun(self, rel_path, tests): member in TestSuite