Lines Matching refs:ReplaceInput
112 loop->ReplaceInput(1, if_true); in NewWhile()
116 void Chain(While* a, Node* control) { a->loop->ReplaceInput(0, control); } in Chain()
118 b->loop->ReplaceInput(1, a->exit); in Nest()
119 a->loop->ReplaceInput(0, b->if_true); in Nest()
140 phi->ReplaceInput(1, add); in NewCounter()
318 loop->ReplaceInput(1, b2.if_true); in TEST_F()
319 loop->ReplaceInput(2, b2.if_false); in TEST_F()
355 loop->ReplaceInput(1, b2.if_true); in TEST_F()
356 loop->ReplaceInput(2, b2.if_false); in TEST_F()
403 phi->ReplaceInput( in TEST_F()
405 phi->ReplaceInput( in TEST_F()
408 loop->ReplaceInput(1, b2.if_true); in TEST_F()
409 loop->ReplaceInput(2, b2.if_false); in TEST_F()
460 loop->ReplaceInput(1, b2.if_true); in TEST_F()
486 loop->ReplaceInput(1, if_success); in TEST_F()