Home
last modified time | relevance | path

Searched refs:CONST_CAST_BB (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtracer.cc142 cache_can_duplicate_bb_p (bb, can_duplicate_block_p (CONST_CAST_BB (bb))); in analyze_bb()
Dsystem.h1187 #define CONST_CAST_BB(X) CONST_CAST (struct basic_block_def *, (X)) macro
Dtree-cfg.cc6286 gimple *last = last_stmt (CONST_CAST_BB (bb)); in gimple_can_duplicate_bb_p()
6304 for (gimple_stmt_iterator gsi = gsi_start_bb (CONST_CAST_BB (bb)); in gimple_can_duplicate_bb_p()
8541 gimple *stmt = last_stmt (CONST_CAST_BB (bb)); in gimple_block_ends_with_condjump_p()
DChangeLog.tuples1809 CONST_CAST_BB.
DChangeLog-20078823 CONST_CAST_BB): New macros for type-specific casts.
8844 tree_block_ends_with_condjump_p): Use CONST_CAST_BB.