Searched refs:hsa_failed_functions (Results 1 – 3 of 3) sorted by relevance
84 hash_set <tree> *hsa_failed_functions = NULL; variable110 hsa_failed_functions = new hash_set <tree> (); in hsa_init_compilation_unit_data()122 delete hsa_failed_functions; in hsa_deinit_compilation_unit_data() local871 hsa_failed_functions->add (hsa_cfun->m_decl); in hsa_fail_cfun()
1326 extern hash_set <tree> *hsa_failed_functions;
2521 if (hsa_failed_functions != NULL && emitted_declarations != NULL) in hsa_output_brig()2527 if (hsa_failed_functions->contains ((*it).first)) in hsa_output_brig()