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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 449 /* GLOBAL_LEVEL is used to discard information stored in basic block headers
451 to GLOBAL_LEVEL. And invalid if lesser. This is primarily used to advance variable
453 int global_level;
2961 INSN_WS_LEVEL (last_insn) = global_level;
3015 BB_AV_LEVEL (cur_bb) = global_level;
4978 BB_AV_LEVEL (block_new) = global_level;
7379 /* All av_sets are invalidated by GLOBAL_LEVEL increase, thus we
7484 global_level++;
7553 global_level = 1;
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 449 /* GLOBAL_LEVEL is used to discard information stored in basic block headers
451 to GLOBAL_LEVEL. And invalid if lesser. This is primarily used to advance variable
453 int global_level;
2953 INSN_WS_LEVEL (last_insn) = global_level;
3007 BB_AV_LEVEL (cur_bb) = global_level;
4970 BB_AV_LEVEL (block_new) = global_level;
7371 /* All av_sets are invalidated by GLOBAL_LEVEL increase, thus we
7476 global_level++;
7545 global_level = 1;

Completed in 34 milliseconds