Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc477 vector_runtime_test_a_(nullptr), in HLoopOptimization()
932 vector_runtime_test_a_ = in ShouldVectorize()
993 if (vector_runtime_test_a_ == nullptr) { in ShouldVectorize()
995 vector_runtime_test_a_ = a; in ShouldVectorize()
997 } else if ((vector_runtime_test_a_ != a || vector_runtime_test_b_ != b) && in ShouldVectorize()
998 (vector_runtime_test_a_ != b || vector_runtime_test_b_ != a)) { in ShouldVectorize()
1131 if (vector_runtime_test_a_ != nullptr) { in Vectorize()
1134 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in Vectorize()
Dloop_optimization.h309 HInstruction* vector_runtime_test_a_; variable