Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_ast.c1716 isl_id *note_id; in alloc_note() local
1730 note_id = isl_id_alloc(ctx, NULL, note); in alloc_note()
1731 if (!note_id) in alloc_note()
1734 note_id = isl_id_set_free_user(note_id, note_free); in alloc_note()
1736 p = isl_printer_set_note(p, isl_id_copy(id), note_id); in alloc_note()