HomeSort by relevance Sort by last modified time
    Searched refs:HasOnlyOneNonEnvironmentUse (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_shared.cc 29 if (!input_binop->HasOnlyOneNonEnvironmentUse()) {
108 if (mul->HasOnlyOneNonEnvironmentUse()) {
209 if (hnot->HasOnlyOneNonEnvironmentUse()) {
prepare_for_register_allocation.cc 123 bool has_only_one_use = load_class->HasOnlyOneNonEnvironmentUse();
166 if (condition->HasOnlyOneNonEnvironmentUse()) {
instruction_simplifier.cc 154 if (!left_neg->HasOnlyOneNonEnvironmentUse() ||
155 !right_neg->HasOnlyOneNonEnvironmentUse()) {
192 left->HasOnlyOneNonEnvironmentUse() &&
193 right->HasOnlyOneNonEnvironmentUse()) {
    [all...]
nodes.h     [all...]

Completed in 169 milliseconds