Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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.h1326 extern hash_set <tree> *hsa_failed_functions;
H A Dhsa-brig.c2521 if (hsa_failed_functions != NULL && emitted_declarations != NULL) in hsa_output_brig()
2527 if (hsa_failed_functions->contains ((*it).first)) in hsa_output_brig()