Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1072 HInstruction* ptc = nullptr; in Vectorize() local
1077 ptc = graph_->GetConstant(induc_type, vector_static_peeling_factor_); in Vectorize()
1096 ptc = Insert(preheader, new (global_allocator_) HSelect( in Vectorize()
1111 if (ptc != nullptr) { 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()
1145 if (ptc != nullptr) { in Vectorize()
1151 ptc, in Vectorize()