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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 3088 int *to_bb_head;
3110 to_bb_head = XCNEWVEC (int, get_max_uid ());
3124 to_bb_head[INSN_UID (insn)] = to_head++;
3222 - to_bb_head[INSN_UID (occr->insn)]);
3355 free (to_bb_head);
3073 int *to_bb_head; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 3073 int *to_bb_head;
3095 to_bb_head = XCNEWVEC (int, get_max_uid ());
3109 to_bb_head[INSN_UID (insn)] = to_head++;
3207 - to_bb_head[INSN_UID (occr->insn)]);
3340 free (to_bb_head);
3058 int *to_bb_head; local

Completed in 54 milliseconds