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.h536 HInstruction* vector_runtime_test_b_; variable
Dloop_optimization.cc530 vector_runtime_test_b_(nullptr), in HLoopOptimization()
1143 vector_runtime_test_b_ = nullptr; in CanVectorizeDataFlow()
1221 vector_runtime_test_b_ = b; in CanVectorizeDataFlow()
1222 } else if ((vector_runtime_test_a_ != a || vector_runtime_test_b_ != b) && in CanVectorizeDataFlow()
1223 (vector_runtime_test_a_ != b || vector_runtime_test_b_ != a)) { in CanVectorizeDataFlow()
1315 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in VectorizePredicated()
1464 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in VectorizeTraditional()