Searched refs:uses_found (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp409 uint uses_found = 0; local
413 uses_found++;
416 l -= uses_found; // we deleted 1 or more copies of this edge
H A DphaseX.cpp1757 uint uses_found = 0; local
1763 uses_found++;
1766 i -= uses_found; // we deleted 1 or more copies of this edge
H A Dcfgnode.cpp595 uint uses_found = 0; local
599 uses_found++;
602 if( uses_found > 1 ) { // (--i) done at the end of the loop.
603 i -= (uses_found - 1);
H A Dloopopts.cpp1340 uint uses_found = 0; local
1343 uses_found++;
1352 uses_found++;
1355 l -= uses_found; // we deleted 1 or more copies of this edge
H A Doutput.cpp2944 uint uses_found = 0; local
2948 uses_found++;
2951 assert(uses_found > 0, "must be a precedence edge");
2952 i -= uses_found; // we deleted 1 or more copies of this edge
H A Dcompile.cpp300 uint uses_found = 0; local
307 uses_found++;
315 i -= uses_found; // we deleted 1 or more copies of this edge
H A Dloopnode.cpp1239 uint uses_found = 0; local
1244 uses_found++;
1247 i -= uses_found; // we deleted 1 or more copies of this edge

Completed in 86 milliseconds