HomeSort by: relevance | last modified time | path
    Searched defs:BLOCK_INFO (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
reg-stack.cc 221 } *block_info;
223 #define BLOCK_INFO(B) ((block_info) (B)->aux)
237 same as BLOCK_INFO(current_block)->stack_in. */
998 BLOCK_INFO (current_block)->stack_in = *regstack;
2588 BLOCK_INFO (current_block)->stack_in = *new_stack;
2838 block_info bi = BLOCK_INFO (block);
2878 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR_FOR_FN (cfun))->stack_in;
2900 stack_ptr src_stack = &BLOCK_INFO (e->src)->stack_out
220 } *block_info; typedef in typeref:struct:block_info_def
    [all...]
predict.cc 3393 class block_info
3418 #define BLOCK_INFO(B) ((block_info *) (B)->aux)
3457 BLOCK_INFO (bb)->npredecessors = count;
3463 BLOCK_INFO (head)->frequency = 1;
3471 nextbb = BLOCK_INFO (bb)->next;
3472 BLOCK_INFO (bb)->next = NULL;
3491 frequency += tmp * BLOCK_INFO (e->src)->frequency;
3496 BLOCK_INFO (bb)->frequency = frequency;
3518 BLOCK_INFO (bb)->frequency = frequenc
3389 class block_info class
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reg-stack.cc 221 } *block_info;
223 #define BLOCK_INFO(B) ((block_info) (B)->aux)
237 same as BLOCK_INFO(current_block)->stack_in. */
998 BLOCK_INFO (current_block)->stack_in = *regstack;
2583 BLOCK_INFO (current_block)->stack_in = *new_stack;
2833 block_info bi = BLOCK_INFO (block);
2873 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR_FOR_FN (cfun))->stack_in;
2895 stack_ptr src_stack = &BLOCK_INFO (e->src)->stack_out
220 } *block_info; typedef in typeref:struct:block_info_def
    [all...]
predict.cc 3294 class block_info
3319 #define BLOCK_INFO(B) ((block_info *) (B)->aux)
3358 BLOCK_INFO (bb)->npredecessors = count;
3364 BLOCK_INFO (head)->frequency = 1;
3372 nextbb = BLOCK_INFO (bb)->next;
3373 BLOCK_INFO (bb)->next = NULL;
3392 frequency += tmp * BLOCK_INFO (e->src)->frequency;
3397 BLOCK_INFO (bb)->frequency = frequency;
3419 BLOCK_INFO (bb)->frequency = frequenc
3290 class block_info class
    [all...]
  /src/sys/ufs/lfs/
lfs.h 1140 /* XXX change this to BLOCK_INFO after resorting this file */
1141 struct block_info *lfs_cleaner_hint;
1187 typedef struct block_info { struct
1195 } BLOCK_INFO;
1382 BLOCK_INFO *blkiov; /* blocks to relocate */

Completed in 71 milliseconds