Searched refs:DUIterator_Last (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp163 class DUIterator_Last;
167 typedef Node** DUIterator_Last; typedef
201 friend class DUIterator_Last;
316 inline DUIterator_Last last_outs(DUIterator_Last& min) const;
317 inline Node* last_out(DUIterator_Last& i) const;
343 DUIterator_Last last_outs(DUIterator_Last& min) const {
350 Node* last_out(DUIterator_Last i) const { return *i; }
1156 friend class DUIterator_Last;
1221 class DUIterator_Last : private DUIterator_Fast { class in inherits:DUIterator_Fast
1231 DUIterator_Last(const Node* node, ptrdiff_t offset) function in class:DUIterator_Last
1238 DUIterator_Last() { } function in class:DUIterator_Last
[all...]
H A Dsplit_if.cpp132 for (DUIterator_Last jmin, j = bol->last_outs(jmin); j >= jmin; --j) {
147 for (DUIterator_Last jmin, j = n->last_outs(jmin); j >= jmin; --j) {
456 for (DUIterator_Last j2min, j2 = iff->last_outs(j2min); j2 >= j2min; --j2) {
509 for (DUIterator_Last lmin, l = phi->last_outs(lmin); l >= lmin; --l) {
H A Difnode.cpp339 for (DUIterator_Last i2min, i2 = phi->last_outs(i2min); i2 >= i2min; --i2) {
400 for (DUIterator_Last i3min, i3 = iff->last_outs(i3min); i3 >= i3min; --i3) {
406 for (DUIterator_Last lmin, l = p->last_outs(lmin); l >= lmin;) {
424 for (DUIterator_Last lmin, l = r->last_outs(lmin); l >= lmin;) {
1025 for (DUIterator_Last imin, i = last_outs(imin); i >= imin; --i) {
1039 for (DUIterator_Last jmin, j = ifp->last_outs(jmin); j >= jmin; --j) {
H A Dnode.cpp241 void DUIterator_Last::verify(const Node* node, bool at_end_ok) {
249 void DUIterator_Last::verify_limit() {
255 void DUIterator_Last::verify_step(uint num_edges) {
1235 for (DUIterator_Last kmin, k = dead->last_outs(kmin); k >= kmin; ) {
H A Dmacro.cpp222 for (DUIterator_Last jmin, j = addp->last_outs(jmin); j >= jmin; --j) {
855 for (DUIterator_Last jmin, j = res->last_outs(jmin); j >= jmin; ) {
860 for (DUIterator_Last kmin, k = use->last_outs(kmin); k >= kmin; ) {
895 for (DUIterator_Last jmin, j = _resproj->last_outs(jmin); j >= jmin; ) {
H A DphaseX.cpp1257 for (DUIterator_Last imin, i = old->last_outs(imin); i >= imin; ) {
1755 for (DUIterator_Last imin, i = last_outs(imin); i >= imin; ) {
H A Dlcm.cpp387 for (DUIterator_Last i2min, i2 = old_tst->last_outs(i2min); i2 >= i2min; --i2)
H A Dloopopts.cpp949 for (DUIterator_Last jmin, j = n->last_outs(jmin); j >= jmin; ) {
1337 for (DUIterator_Last lmin, l = use->last_outs(lmin); l >= lmin;) {
H A Dcfgnode.cpp576 for (DUIterator_Last imin, i = last_outs(imin); i >= imin; --i) {
H A Doutput.cpp2942 for (DUIterator_Last imin, i = pinch->last_outs(imin); i >= imin; ) {
H A Dcompile.cpp297 for (DUIterator_Last imin, i = n->last_outs(imin); i >= imin; ) {
H A Dloopnode.cpp1236 for (DUIterator_Last imin, i = old_phi->last_outs(imin); i >= imin; ) {

Completed in 137 milliseconds