Searched refs:BuildLoop (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | licm_test.cc | 50 void BuildLoop() { in BuildLoop() function in art::LICMTest 120 BuildLoop(); in TEST_F() 146 BuildLoop(); in TEST_F() 180 BuildLoop(); in TEST_F() 198 BuildLoop(); in TEST_F()
|
D | induction_var_range_test.cc | 85 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop() function in art::InductionVarRangeTest 498 BuildLoop(0, graph_->GetIntConstant(100), 1); in TEST_F() 548 BuildLoop(0, graph_->GetIntConstant(100), 1); in TEST_F() 976 BuildLoop(0, graph_->GetIntConstant(1000), 1); in TEST_F() 1030 BuildLoop(1000, graph_->GetIntConstant(0), -1); in TEST_F() 1089 BuildLoop(0, x_, 1); in TEST_F() 1173 BuildLoop(1000, x_, -1); in TEST_F()
|