HomeSort by: relevance | last modified time | path
    Searched refs:representative (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
early-remat.cc 108 We assign a "representative" candidate C to each value number and from
336 unsigned int representative; member in struct:__anon13588::remat_equiv_class
1111 ec->representative = cand1_index;
1116 if (cand2_index > ec->representative)
1117 ec->representative = cand2_index;
1274 /* If CAND_INDEX is in an equivalence class, return the representative
1281 return ec->representative;
1285 /* Make candidate set *PTR refer to candidates using the representative
1606 gcc_checking_assert (!ec || cand_index == ec->representative);
cfgexpand.cc 315 if this variable becomes it's partition's representative. */
322 /* The partition representative. */
323 size_t representative; member in class:stack_var
479 v->representative = stack_vars_num;
837 if (stack_vars[i].representative != i
915 stack_vars[b].representative = a;
929 add_stack_var_conflict (a, stack_vars[u].representative);
970 see a var that is not a partition representative, it must
972 if (stack_vars[i].representative != i)
982 if (stack_vars[j].representative != j
    [all...]
tree-vectorizer.h 188 /* The representative that should be used for analysis and
190 stmt_vec_info representative; member in struct:_slp_tree
312 #define SLP_TREE_REPRESENTATIVE(S) (S)->representative
  /src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc 108 We assign a "representative" candidate C to each value number and from
336 unsigned int representative; member in struct:__anon16024::remat_equiv_class
1113 ec->representative = cand1_index;
1118 if (cand2_index > ec->representative)
1119 ec->representative = cand2_index;
1276 /* If CAND_INDEX is in an equivalence class, return the representative
1283 return ec->representative;
1287 /* Make candidate set *PTR refer to candidates using the representative
1608 gcc_checking_assert (!ec || cand_index == ec->representative);
cfgexpand.cc 315 if this variable becomes it's partition's representative. */
322 /* The partition representative. */
323 size_t representative; member in class:stack_var
479 v->representative = stack_vars_num;
831 if (stack_vars[i].representative != i
908 stack_vars[b].representative = a;
922 add_stack_var_conflict (a, stack_vars[u].representative);
963 see a var that is not a partition representative, it must
965 if (stack_vars[i].representative != i)
975 if (stack_vars[j].representative != j
    [all...]
tree-vectorizer.h 172 /* The representative that should be used for analysis and
174 stmt_vec_info representative; member in struct:_slp_tree
287 #define SLP_TREE_REPRESENTATIVE(S) (S)->representative
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 812 * Each range has a 'representative value' which is the lower end value of the
861 /* Map an (observed) memop size value to the representative value of its range.
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md 32 `ec` contains a representative error, otherwise the default (`std::errc()`) value is stored.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
README.md 39 `ec` contains a representative error, otherwise the default (`std::errc()`) value is stored.

Completed in 38 milliseconds