Searched refs:HasOnlyOneNonEnvironmentUse (Results 1 - 4 of 4) sorted by path

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc154 if (!left_neg->HasOnlyOneNonEnvironmentUse() ||
155 !right_neg->HasOnlyOneNonEnvironmentUse()) {
192 left->HasOnlyOneNonEnvironmentUse() &&
193 right->HasOnlyOneNonEnvironmentUse()) {
861 if (input_conversion->HasOnlyOneNonEnvironmentUse()) {
884 } else if (input->HasOnlyOneNonEnvironmentUse()) {
925 if ((left_is_neg ^ right_is_neg) && neg->HasOnlyOneNonEnvironmentUse()) {
976 input_other->HasOnlyOneNonEnvironmentUse()) {
1280 if (input->IsSub() && input->HasOnlyOneNonEnvironmentUse() &&
1414 if (right->IsNeg() && right->HasOnlyOneNonEnvironmentUse()) {
[all...]
H A Dinstruction_simplifier_shared.cc29 if (!input_binop->HasOnlyOneNonEnvironmentUse()) {
108 if (mul->HasOnlyOneNonEnvironmentUse()) {
209 if (hnot->HasOnlyOneNonEnvironmentUse()) {
H A Dnodes.h1881 bool HasOnlyOneNonEnvironmentUse() const { function in class:art::HInstruction
H A Dprepare_for_register_allocation.cc123 bool has_only_one_use = load_class->HasOnlyOneNonEnvironmentUse();
166 if (condition->HasOnlyOneNonEnvironmentUse()) {

Completed in 22 milliseconds