HomeSort by: relevance | last modified time | path
    Searched defs:representative (Results 1 - 7 of 7) 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/clang/lib/Sema/
SemaChecking.cpp 13263 unsigned C = representative(Cur.Index);
13264 unsigned Target = representative(Old.Index);
13274 /// Pick a representative for a sequence.
13275 unsigned representative(unsigned K) { function in class:__anon3151::SequenceChecker::SequenceTree
13278 return Values[K].Parent = representative(Values[K].Parent);

Completed in 50 milliseconds