Lines Matching defs:latticeValues
49 private final int[] latticeValues;
72 this.latticeValues = new int[this.regCount];
81 latticeValues[i] = TOP;
134 if (latticeValues[reg] != value) {
135 latticeValues[reg] = value;
140 if (latticeValues[reg] != value
142 latticeValues[reg] = value;
162 if (latticeValues[phiResultReg] == VARYING) {
174 int sourceRegValue = latticeValues[sourceReg];
255 latticeValues[regA] == CONSTANT) {
263 latticeValues[regB] == CONSTANT) {
373 if (latticeValues[regA] != CONSTANT) {
384 if (latticeValues[regB] != CONSTANT) {
503 resultValue = latticeValues[sourceReg];
526 if (latticeValues[resultReg] == CONSTANT) {
527 resultValue = latticeValues[resultReg];
603 if (latticeValues[reg] != CONSTANT) {