Searched refs:emitted_declarations (Results 1 – 1 of 1) sorted by relevance
190 static hash_map <tree, BrigDirectiveExecutable *> *emitted_declarations; variable1991 if (!emitted_declarations) in hsa_brig_emit_function()1992 emitted_declarations = new hash_map <tree, BrigDirectiveExecutable *> (); in hsa_brig_emit_function()1999 if (!emitted_declarations->get (called)) in hsa_brig_emit_function()2002 emitted_declarations->put (called, e); in hsa_brig_emit_function()2520 if (hsa_failed_functions != NULL && emitted_declarations != NULL) in hsa_output_brig()2522 = emitted_declarations->begin (); in hsa_output_brig()2523 it != emitted_declarations->end (); in hsa_output_brig()2607 delete emitted_declarations; in hsa_output_brig() local2608 emitted_declarations = NULL; in hsa_output_brig()