Home | History | Annotate | Download | only in tcg

Lines Matching full:get_constraint_priority

1018 static int get_constraint_priority(const TCGOpDef *def, int k)
1050 p1 = get_constraint_priority(def, def->sorted_args[start + i]);
1051 p2 = get_constraint_priority(def, def->sorted_args[start + j]);