Searched refs:vector_runtime_test_b_ (Results 1 – 2 of 2) sorted by relevance
310 HInstruction* vector_runtime_test_b_; variable
480 vector_runtime_test_b_(nullptr), in HLoopOptimization()930 vector_runtime_test_b_ = nullptr; in ShouldVectorize()993 vector_runtime_test_b_ = b; in ShouldVectorize()994 } else if ((vector_runtime_test_a_ != a || vector_runtime_test_b_ != b) && in ShouldVectorize()995 (vector_runtime_test_a_ != b || vector_runtime_test_b_ != a)) { in ShouldVectorize()1131 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in Vectorize()