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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 527 static void bitmap_insert_into_set (bitmap_set_t, pre_expr);
774 bitmap_insert_into_set (bitmap_set_t set, pre_expr expr) function
1009 bitmap_insert_into_set (set, expr);
1792 bitmap_insert_into_set (dest, translated);
3238 bitmap_insert_into_set (PHI_GEN (block), newphi);
3242 bitmap_insert_into_set (NEW_SETS (block), newphi);
3472 bitmap_insert_into_set (NEW_SETS (block), newe);
3473 bitmap_insert_into_set (PHI_GEN (block), newe);
3955 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR_FOR_FN (fun)), e);
4017 bitmap_insert_into_set (PHI_GEN (block), e)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 539 static void bitmap_insert_into_set (bitmap_set_t, pre_expr);
786 bitmap_insert_into_set (bitmap_set_t set, pre_expr expr) function
1021 bitmap_insert_into_set (set, expr);
1803 bitmap_insert_into_set (dest, translated);
3230 bitmap_insert_into_set (PHI_GEN (block), newphi);
3234 bitmap_insert_into_set (NEW_SETS (block), newphi);
3455 bitmap_insert_into_set (NEW_SETS (block), newe);
3456 bitmap_insert_into_set (PHI_GEN (block), newe);
3896 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR_FOR_FN (fun)), e);
3958 bitmap_insert_into_set (PHI_GEN (block), e)
    [all...]

Completed in 17 milliseconds