Home
last modified time | relevance | path

Searched defs:create_basic_block (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfghooks.h37 basic_block (*create_basic_block) (void *head, void *end, basic_block after); member
H A Dcfghooks.c614 create_basic_block (void *head, void *end, basic_block after) in create_basic_block() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfghooks.h71 basic_block (*create_basic_block) (void *head, void *end, basic_block after); member
H A Dcfghooks.c729 create_basic_block (gimple_seq seq, basic_block after) in create_basic_block() function
735 create_basic_block (rtx head, rtx end, basic_block after) in create_basic_block() function