Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1106 HInstruction* stc = induction_range_.GenerateTripCount(node->loop_info, graph_, preheader); in Vectorize() local
1107 HInstruction* vtc = stc; in Vectorize()
1110 HInstruction* diff = stc; in Vectorize()
1113 HInstruction* cond = Insert(preheader, new (global_allocator_) HAboveOrEqual(stc, ptc)); in Vectorize()
1114 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize()
1116 diff = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, ptc)); in Vectorize()
1122 vtc = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, rem)); in Vectorize()
1178 stc, in Vectorize()