Searched refs:copy_vec (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dlra.c1324 static vec<lra_copy_t> copy_vec;
1363 copy_vec.create (100);
1378 copy_vec.release ();
1401 while (copy_vec.length () != 0)
1403 cp = copy_vec.pop ();
1428 copy_vec.safe_push (cp);
1447 if (n >= (int) copy_vec.length ())
1449 return copy_vec[n];
1321 static vec<lra_copy_t> copy_vec; variable
H A Dira-build.c1389 static vec<ira_copy_t> copy_vec;
1397 copy_vec.create (get_max_uid ());
1449 copy_vec.safe_push (cp);
1450 ira_copies = copy_vec.address ();
1451 ira_copies_num = copy_vec.length ();
1650 copy_vec.release ();
1383 static vec<ira_copy_t> copy_vec; variable

Completed in 104 milliseconds