Searched refs:stc (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 1109 HInstruction* stc = induction_range_.GenerateTripCount(node->loop_info, graph_, preheader); in Vectorize() local 1110 HInstruction* vtc = stc; in Vectorize() 1113 HInstruction* diff = stc; in Vectorize() 1116 HInstruction* cond = Insert(preheader, new (global_allocator_) HAboveOrEqual(stc, ptc)); in Vectorize() 1117 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize() 1119 diff = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, ptc)); in Vectorize() 1125 vtc = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, rem)); in Vectorize() 1181 stc, in Vectorize()
|