Searched refs:should_skip_nir (Results 1 – 1 of 1) sorted by relevance
4347 should_skip_nir(const char *name) in should_skip_nir() function4378 static inline bool should_skip_nir(UNUSED const char *pass_name) { return false; } in should_skip_nir() function4383 if (should_skip_nir(#pass)) { \4420 #define NIR_SKIP(name) should_skip_nir(#name)