Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDhsa-brig.c190 static hash_map <tree, BrigDirectiveExecutable *> *emitted_declarations; variable
1991 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() local
2608 emitted_declarations = NULL; in hsa_output_brig()