Searched refs:should_clone (Results 1 – 1 of 1) sorted by relevance
2367 static int should_clone = -1; in should_clone_nir() local2368 if (should_clone < 0) in should_clone_nir()2369 should_clone = env_var_as_boolean("NIR_TEST_CLONE", false); in should_clone_nir()2371 return should_clone; in should_clone_nir()