Home
last modified time | relevance | path

Searched refs:hsa_failed_functions (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhsa-common.c84 hash_set <tree> *hsa_failed_functions = NULL; variable
110 hsa_failed_functions = new hash_set <tree> (); in hsa_init_compilation_unit_data()
122 delete hsa_failed_functions; in hsa_deinit_compilation_unit_data() local
871 hsa_failed_functions->add (hsa_cfun->m_decl); in hsa_fail_cfun()
H A Dhsa-common.h1321 extern hash_set <tree> *hsa_failed_functions;
H A Dhsa-brig.c2520 if (hsa_failed_functions != NULL && emitted_declarations != NULL) in hsa_output_brig()
2526 if (hsa_failed_functions->contains ((*it).first)) in hsa_output_brig()