Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h216 HInstruction* vector_runtime_test_b_; // defines a != b runtime test variable
Dloop_optimization.cc509 vector_runtime_test_b_= nullptr; in CanVectorize()
562 vector_runtime_test_b_ = b; in CanVectorize()
609 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in Vectorize()