Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfghooks.h85 basic_block (*create_basic_block) (void *head, void *end, basic_block after); member
H A Dcfghooks.c733 create_basic_block (gimple_seq seq, basic_block after) in create_basic_block() function
739 create_basic_block (rtx head, rtx end, basic_block after) in create_basic_block() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfghooks.h88 basic_block (*create_basic_block) (void *head, void *end, basic_block after); member
H A Dcfghooks.cc755 create_basic_block (gimple_seq seq, basic_block after) in create_basic_block() function
761 create_basic_block (rtx head, rtx end, basic_block after) in create_basic_block() function