Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c3967 static struct constant_pool *s390_find_pool PARAMS ((struct constant_pool *, rtx));
4034 s390_find_pool (pool_list, insn) in s390_find_pool() function
4412 if (s390_find_pool (pool_list, label)
4413 != s390_find_pool (pool_list, insn))
4438 if (s390_find_pool (pool_list, label)
4439 != s390_find_pool (pool_list, insn))
4462 struct constant_pool *pool = s390_find_pool (pool_list, insn);
4503 curr_pool = s390_find_pool (pool_list, insn);
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c5376 s390_find_pool (struct constant_pool *pool_list, rtx insn) in s390_find_pool() function
6028 if (s390_find_pool (pool_list, label) in s390_chunkify_start()
6029 != s390_find_pool (pool_list, insn)) in s390_chunkify_start()
6054 if (s390_find_pool (pool_list, label) in s390_chunkify_start()
6055 != s390_find_pool (pool_list, insn)) in s390_chunkify_start()
6079 struct constant_pool *pool = s390_find_pool (pool_list, insn); in s390_chunkify_start()
6118 curr_pool = s390_find_pool (pool_list, insn); in s390_chunkify_finish()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog11248 (s390_find_pool): Use insns bitmap instead of addresses.