Home
last modified time | relevance | path

Searched refs:bind_lwm (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc13436 unsigned bind_lwm = size; in sort_cluster() local
13446 if (--bind_lwm != ix) in sort_cluster()
13448 scc[ix] = scc[bind_lwm]; in sort_cluster()
13449 scc[bind_lwm] = dep; in sort_cluster()
13451 if (use_lwm > bind_lwm) in sort_cluster()
13481 gcc_checking_assert (use_lwm <= bind_lwm); in sort_cluster()