Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple-streamer-in.c58 basic_block sbb = BASIC_BLOCK_FOR_FUNCTION (fn, src_index); in input_phi()
296 bb = BASIC_BLOCK_FOR_FUNCTION (fn, index); in input_bb()
H A Dlto-streamer-in.c641 basic_block bb = BASIC_BLOCK_FOR_FUNCTION (fn, index); in input_cfg()
665 dest = BASIC_BLOCK_FOR_FUNCTION (fn, dest_index); in input_cfg()
682 basic_block bb = BASIC_BLOCK_FOR_FUNCTION (fn, index); in input_cfg()
H A Dbasic-block.h352 #define BASIC_BLOCK_FOR_FUNCTION(FN,N) \ macro