Home | History | Annotate | Download | only in compiler

Lines Matching defs:b1

139   Node* b1 = Branch(start);
140 Node* t1 = IfTrue(b1);
141 Node* f1 = IfFalse(b1);
149 ASSERT_EQUIVALENCE(b1, m1, start);
159 Node* b1 = Branch(start);
160 Node* t1 = IfTrue(b1);
161 Node* f1 = IfFalse(b1);
169 ASSERT_EQUIVALENCE(b1, m1, b2, m2, start);
179 Node* b1 = Branch(start);
180 Node* t1 = IfTrue(b1);
181 Node* f1 = IfFalse(b1);
193 ASSERT_EQUIVALENCE(b1, m3, start);
233 Node* b1 = Branch(start);
234 Node* t1 = IfTrue(b1);
235 Node* f1 = IfFalse(b1);
248 ASSERT_EQUIVALENCE(b1, t3, start);