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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c1873 auto_vec<tree> vtemps; local
1874 vtemps.safe_grow_cleared (n);
1890 vtemps[n - i - 1] = val;
1908 vtemps[n - i - 1] = phi_result;
1926 val = vtemps[i];
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc2006 auto_vec<tree> vtemps; local
2007 vtemps.safe_grow_cleared (n, true);
2023 vtemps[n - i - 1] = val;
2041 vtemps[n - i - 1] = phi_result;
2059 val = vtemps[i];

Completed in 188 milliseconds