Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c101 #define first_pool (cfun->varasm->x_first_pool) macro
3249 first_pool = pool;
3386 for (pool = first_pool; pool; pool = pool->next)
3517 first_pool = last_pool = 0;
3531 if (first_pool == 0 && htab_elements (const_str_htab) == 0) in mark_constant_pool()
3534 for (pool = first_pool; pool; pool = pool->next) in mark_constant_pool()
H A DChangeLog.29125 inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
9171 (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.h1033 for (pool = first_pool; pool; pool = pool->next) \