Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dvar-tracking.c327 static void count_stores (rtx, rtx, void *);
1613 count_stores (rtx loc, rtx expr ATTRIBUTE_UNUSED, void *insn) in count_stores() function
2818 note_stores (PATTERN (insn), count_stores, insn); in vt_initialize()