Searched refs:IsEmittedAtUseSite (Results 1 - 10 of 10) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1544 if (!cond->IsEmittedAtUseSite()) {
1553 if (!cond->IsEmittedAtUseSite()) {
1561 if (!cond->IsEmittedAtUseSite()) {
1568 if (cond->IsEmittedAtUseSite()) {
H A Dcode_generator_arm64.cc2473 if (!instruction->IsEmittedAtUseSite()) {
2479 if (instruction->IsEmittedAtUseSite()) {
H A Dcode_generator_mips.cc2212 if (!instruction->IsEmittedAtUseSite()) {
2218 if (instruction->IsEmittedAtUseSite()) {
H A Dcode_generator_mips64.cc1798 if (!instruction->IsEmittedAtUseSite()) {
1804 if (instruction->IsEmittedAtUseSite()) {
H A Dcode_generator_utils.cc99 return !cond_input->IsCondition() || !cond_input->IsEmittedAtUseSite();
H A Dcode_generator_x86.cc1289 DCHECK(const_area->IsEmittedAtUseSite());
1302 DCHECK(const_area->IsEmittedAtUseSite());
1559 if (!condition->IsEmittedAtUseSite()) {
1636 if (!cond->IsEmittedAtUseSite()) {
1645 DCHECK(cond->InputAt(1)->IsEmittedAtUseSite());
1651 if (!cond->IsEmittedAtUseSite()) {
1659 if (!cond->IsEmittedAtUseSite()) {
1668 if (cond->IsEmittedAtUseSite()) {
2739 DCHECK(add->InputAt(1)->IsEmittedAtUseSite());
2808 DCHECK(const_area->IsEmittedAtUseSite());
[all...]
H A Dcode_generator_x86_64.cc1587 if (!condition->IsEmittedAtUseSite()) {
1660 if (!cond->IsEmittedAtUseSite()) {
1666 if (cond->IsEmittedAtUseSite()) {
H A Dcodegen_test.cc668 ASSERT_FALSE(equal->IsEmittedAtUseSite());
671 ASSERT_TRUE(equal->IsEmittedAtUseSite());
H A Dnodes.h2044 bool IsEmittedAtUseSite() const { return GetPackedFlag<kFlagEmittedAtUseSite>(); } function in class:art::HInstruction
H A Dssa_liveness_analysis.cc200 DCHECK(input->IsEmittedAtUseSite());
283 if (current->IsEmittedAtUseSite()) {

Completed in 150 milliseconds