HomeSort by relevance Sort by last modified time
    Searched refs:BuildLoop (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
licm_test.cc 39 void BuildLoop() {
108 BuildLoop();
135 BuildLoop();
169 BuildLoop();
189 BuildLoop();
induction_var_range_test.cc 72 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) {
566 BuildLoop(0, graph_->GetIntConstant(1000), 1);
593 BuildLoop(1000, graph_->GetIntConstant(0), -1);
620 BuildLoop(0, x_, 1);
690 BuildLoop(1000, x_, -1);
    [all...]

Completed in 521 milliseconds