Searched refs:rep_count (Results 1 – 3 of 3) sorted by relevance
97 if (n.rep_count() > 1) { in visit()98 n.loop_phi = create_phi_nodes(n.rep_count()); in visit()
201 if (r->dep_count() != 2 || r->rep_count() != 1) in run_on()
1139 unsigned rep_count() { return repeats.size() + 1; } in rep_count() function