Home | History | Annotate | Download | only in optimizing

Lines Matching defs:equal

647     HEqual* equal = new (&allocator) HEqual(constant0, constant0);
648 first_block->AddInstruction(equal);
649 first_block->AddInstruction(new (&allocator) HIf(equal));
668 ASSERT_FALSE(equal->IsEmittedAtUseSite());
671 ASSERT_TRUE(equal->IsEmittedAtUseSite());