test/hotspot/jtreg/compiler/controldependency/TestAntiDependentMembar.java
author thartmann
Tue, 13 Aug 2019 09:54:40 +0200
changeset 57721 4fbcbd248c52
permissions -rw-r--r--
8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached Summary: Ignore membar if the load is already control dependent on it. Reviewed-by: neliasso, kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57721
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     1
/*
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     2
 * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     4
 *
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     7
 * published by the Free Software Foundation.
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     8
 *
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    13
 * accompanied this code).
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    14
 *
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    18
 *
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    21
 * questions.
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    22
 */
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    23
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    24
/**
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    25
 * @test
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    26
 * @bug 8228772
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    27
 * @summary Test correct insertion of anti-dependencies if load is already control dependent on membar.
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    28
 * @run main/othervm -Xbatch -XX:-TieredCompilation
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    29
 *                   -XX:CompileCommand=inline,compiler.controldependency.TestAntiDependentMembar::hitSearchLimit
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    30
 *                   compiler.controldependency.TestAntiDependentMembar
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    31
 * @run main/othervm -Xbatch -XX:-TieredCompilation
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    32
 *                   -XX:CompileCommand=inline,compiler.controldependency.TestAntiDependentMembar::hitSearchLimit
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    33
 *                   -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:DominatorSearchLimit=0
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    34
 *                   compiler.controldependency.TestAntiDependentMembar
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    35
 */
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    36
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    37
package compiler.controldependency;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    38
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    39
public class TestAntiDependentMembar {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    40
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    41
    static volatile int step1 = 0;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    42
    static volatile int step2 = 0;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    43
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    44
    public static int test1(int count, int b1, int b2) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    45
        int[] result = {0};
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    46
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    47
        // Complex control flow to generate Region with 4 paths and therefore bail out of Node::dominates
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    48
        if (b1 == 0) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    49
            count += 1;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    50
        } else if (b1 == 1) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    51
            if (b2 == 1) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    52
                count += 2;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    53
            }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    54
        }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    55
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    56
        for (int i = 0; i < count; ++i) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    57
            // Volatile field write adds a membar
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    58
            step1 = i;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    59
            // Load that is dependent on the membar
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    60
            result[0] += count;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    61
        }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    62
        return result[0];
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    63
    }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    64
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    65
    // Same as test1 but bailing out of Node::dominates due to hitting DominatorSearchLimit
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    66
    public static int test2(int count) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    67
        int[] result = {0};
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    68
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    69
        // Large method with regions to hit the DominatorSearchLimit
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    70
        hitSearchLimit();
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    71
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    72
        for (int i = 0; i < count; ++i) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    73
            step1 = i;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    74
            result[0] += count;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    75
        }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    76
        return result[0];
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    77
    }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    78
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    79
    // Same as test2 but with multiple membars before the load
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    80
    public static int test3(int count) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    81
        int[] result = {0};
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    82
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    83
        hitSearchLimit();
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    84
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    85
        for (int i = 0; i < count; ++i) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    86
            step1 = i;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    87
            step2 = i;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    88
            step1 = i;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    89
            step2 = i;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    90
            result[0] += count;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    91
        }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    92
        return result[0];
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    93
    }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    94
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    95
    public static void main(String[] args) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    96
        for (int i = 0; i < 50_000; ++i) {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    97
          test1(10, 0, 0);
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    98
          test1(10, 1, 1);
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
    99
          test1(10, 1, 0);
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   100
          test1(10, 0, 1);
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   101
          test2(10);
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   102
          test3(10);
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   103
        }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   104
    }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   105
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   106
    public static void hitSearchLimit() {
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   107
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   108
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   109
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   110
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   111
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   112
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   113
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   114
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   115
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   116
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   117
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   118
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   119
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   120
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   121
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   122
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   123
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   124
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   125
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   126
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   127
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   128
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   129
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   130
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   131
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   132
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   133
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   134
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   135
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   136
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   137
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   138
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   139
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   140
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   141
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   142
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   143
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   144
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   145
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   146
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   147
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   148
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   149
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   150
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   151
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   152
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   153
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   154
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   155
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   156
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   157
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   158
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   159
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   160
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   161
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   162
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   163
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   164
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   165
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   166
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   167
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   168
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   169
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   170
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   171
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   172
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   173
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   174
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   175
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   176
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   177
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   178
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   179
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   180
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   181
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   182
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   183
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   184
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   185
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   186
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   187
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   188
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   189
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   190
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   191
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   192
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   193
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   194
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   195
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   196
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   197
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   198
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   199
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   200
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   201
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   202
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   203
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   204
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   205
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   206
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   207
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   208
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   209
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   210
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   211
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   212
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   213
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   214
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   215
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   216
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   217
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   218
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   219
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   220
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   221
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   222
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   223
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   224
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   225
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   226
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   227
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   228
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   229
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   230
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   231
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   232
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   233
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   234
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   235
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   236
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   237
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   238
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   239
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   240
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   241
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   242
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   243
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   244
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   245
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   246
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   247
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   248
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   249
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   250
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   251
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   252
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   253
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   254
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   255
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   256
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   257
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   258
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   259
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   260
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   261
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   262
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   263
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   264
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   265
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   266
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   267
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   268
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   269
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   270
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   271
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   272
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   273
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   274
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   275
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   276
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   277
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   278
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   279
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   280
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   281
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   282
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   283
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   284
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   285
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   286
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   287
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   288
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   289
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   290
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   291
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   292
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   293
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   294
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   295
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   296
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   297
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   298
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   299
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   300
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   301
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   302
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   303
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   304
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   305
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   306
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   307
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   308
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   309
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   310
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   311
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   312
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   313
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   314
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   315
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   316
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   317
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   318
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   319
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   320
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   321
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   322
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   323
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   324
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   325
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   326
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   327
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   328
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   329
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   330
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   331
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   332
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   333
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   334
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   335
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   336
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   337
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   338
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   339
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   340
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   341
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   342
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   343
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   344
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   345
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   346
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   347
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   348
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   349
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   350
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   351
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   352
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   353
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   354
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   355
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   356
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   357
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   358
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   359
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   360
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   361
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   362
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   363
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   364
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   365
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   366
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   367
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   368
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   369
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   370
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   371
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   372
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   373
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   374
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   375
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   376
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   377
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   378
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   379
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   380
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   381
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   382
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   383
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   384
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   385
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   386
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   387
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   388
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   389
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   390
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   391
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   392
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   393
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   394
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   395
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   396
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   397
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   398
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   399
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   400
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   401
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   402
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   403
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   404
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   405
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   406
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   407
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   408
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   409
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   410
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   411
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   412
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   413
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   414
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   415
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   416
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   417
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   418
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   419
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   420
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   421
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   422
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   423
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   424
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   425
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   426
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   427
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   428
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   429
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   430
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   431
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   432
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   433
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   434
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   435
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   436
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   437
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   438
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   439
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   440
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   441
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   442
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   443
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   444
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   445
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   446
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   447
        step1++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   448
        step2++;
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   449
    }
4fbcbd248c52 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann
parents:
diff changeset
   450
}