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