HomeSort by relevance Sort by last modified time
    Searched full:k_header (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
induction_var_analysis_test.cc 312 HPhi* k_header = InsertLoopPhi(0, 0); local
313 k_header->AddInput(constant0_);
320 HInstruction* inc1 = new (&allocator_) HAdd(Primitive::kPrimInt, k_header, constant1_);
324 HInstruction* inc2 = new (&allocator_) HAdd(Primitive::kPrimInt, k_header, constant1_);
329 k_header->AddInput(k_body);
515 HPhi* k_header = InsertLoopPhi(0, 0); local
516 k_header->AddInput(constant0_);
519 new (&allocator_) HSub(Primitive::kPrimInt, constant1_, k_header), 0);
520 k_header->AddInput(k_body);

Completed in 162 milliseconds