Searched refs:ifs (Results 1 – 2 of 2) sorted by relevance
620 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local621 ifs->ReplaceInput(graph_->GetIntConstant(127), 1); in TEST_F()639 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local640 ifs->ReplaceInput(graph_->GetIntConstant(128), 1); in TEST_F()657 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local658 ifs->ReplaceInput(graph_->GetIntConstant(32767), 1); in TEST_F()677 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local678 ifs->ReplaceInput(graph_->GetIntConstant(32768), 1); in TEST_F()695 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local696 ifs->ReplaceInput(graph_->GetIntConstant(65535), 1); in TEST_F()[all …]
574 HIf* ifs = control->AsIf(); in VisitControl() local575 HBasicBlock* if_true = ifs->IfTrueSuccessor(); in VisitControl()576 HBasicBlock* if_false = ifs->IfFalseSuccessor(); in VisitControl()577 HInstruction* if_expr = ifs->InputAt(0); in VisitControl()