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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 392 bitmap inv_vars; /* The list of invariant ssa_vars that have to be member in class:cost_pair
470 bitmap inv_vars; /* The list of invariant ssa_vars used in step of the member in struct:iv_cand
858 if (cand->inv_vars)
861 dump_bitmap (file, cand->inv_vars);
3015 bitmap *inv_vars; member in struct:walk_tree_data
3053 if (!*wdata->inv_vars)
3054 *wdata->inv_vars = BITMAP_ALLOC (NULL);
3055 bitmap_set_bit (*wdata->inv_vars, info->inv_id);
3060 /* Records invariants in *EXPR_P. INV_VARS is the bitmap to that we should
3064 find_inv_vars (struct ivopts_data *data, tree *expr_p, bitmap *inv_vars)
5034 bitmap inv_vars = NULL, inv_exprs = NULL; local
5069 bitmap inv_vars = NULL, inv_exprs = NULL; local
5575 bitmap inv_vars_elim = NULL, inv_vars_express = NULL, inv_vars; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 392 bitmap inv_vars; /* The list of invariant ssa_vars that have to be member in class:cost_pair
470 bitmap inv_vars; /* The list of invariant ssa_vars used in step of the member in struct:iv_cand
858 if (cand->inv_vars)
861 dump_bitmap (file, cand->inv_vars);
2975 bitmap *inv_vars; member in struct:walk_tree_data
3013 if (!*wdata->inv_vars)
3014 *wdata->inv_vars = BITMAP_ALLOC (NULL);
3015 bitmap_set_bit (*wdata->inv_vars, info->inv_id);
3020 /* Records invariants in *EXPR_P. INV_VARS is the bitmap to that we should
3024 find_inv_vars (struct ivopts_data *data, tree *expr_p, bitmap *inv_vars)
4985 bitmap inv_vars = NULL, inv_exprs = NULL; local
5020 bitmap inv_vars = NULL, inv_exprs = NULL; local
5525 bitmap inv_vars_elim = NULL, inv_vars_express = NULL, inv_vars; local
    [all...]

Completed in 36 milliseconds