Home
last modified time | relevance | path

Searched refs:ifs (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc620 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
621 ifs->ReplaceInput(graph_->GetIntConstant(127), 1); in TEST_F()
639 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
640 ifs->ReplaceInput(graph_->GetIntConstant(128), 1); in TEST_F()
657 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
658 ifs->ReplaceInput(graph_->GetIntConstant(32767), 1); in TEST_F()
677 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
678 ifs->ReplaceInput(graph_->GetIntConstant(32768), 1); in TEST_F()
695 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
696 ifs->ReplaceInput(graph_->GetIntConstant(65535), 1); in TEST_F()
[all …]
Dinduction_var_analysis.cc574 HIf* ifs = control->AsIf(); in VisitControl() local
575 HBasicBlock* if_true = ifs->IfTrueSuccessor(); in VisitControl()
576 HBasicBlock* if_false = ifs->IfFalseSuccessor(); in VisitControl()
577 HInstruction* if_expr = ifs->InputAt(0); in VisitControl()