HomeSort by: relevance | last modified time | path
    Searched defs:another_a (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-conflicts.cc 580 ira_allocno_t another_a = OBJECT_ALLOCNO (obj);
583 [ALLOCNO_CLASS (a)][ALLOCNO_CLASS (another_a)]);
623 ira_allocno_t another_a = OBJECT_ALLOCNO (another_obj);
627 [ALLOCNO_CLASS (a)][ALLOCNO_CLASS (another_a)]);
629 another_parent_a = ira_parent_or_cap_allocno (another_a);
633 ira_assert (ALLOCNO_CLASS (another_a)
635 ira_assert (ALLOCNO_NUM_OBJECTS (another_a)
578 ira_allocno_t another_a = OBJECT_ALLOCNO (obj); local
621 ira_allocno_t another_a = OBJECT_ALLOCNO (another_obj); local
ira-build.cc 1386 ira_allocno_t another_a;
1393 another_a = cp->second;
1398 another_a = cp->first;
1402 if (another_a == a2 && cp->insn == insn
1552 ira_allocno_t another_a;
1561 another_a = cp->second;
1566 another_a = cp->first;
1571 ALLOCNO_NUM (another_a), ALLOCNO_REGNO (another_a), cp->freq);
1380 ira_allocno_t another_a; local
1546 ira_allocno_t another_a; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-conflicts.cc 574 ira_allocno_t another_a = OBJECT_ALLOCNO (obj);
577 [ALLOCNO_CLASS (a)][ALLOCNO_CLASS (another_a)]);
617 ira_allocno_t another_a = OBJECT_ALLOCNO (another_obj);
621 [ALLOCNO_CLASS (a)][ALLOCNO_CLASS (another_a)]);
623 another_parent_a = ira_parent_or_cap_allocno (another_a);
627 ira_assert (ALLOCNO_CLASS (another_a)
629 ira_assert (ALLOCNO_NUM_OBJECTS (another_a)
572 ira_allocno_t another_a = OBJECT_ALLOCNO (obj); local
615 ira_allocno_t another_a = OBJECT_ALLOCNO (another_obj); local
ira-build.cc 1384 ira_allocno_t another_a;
1391 another_a = cp->second;
1396 another_a = cp->first;
1400 if (another_a == a2 && cp->insn == insn
1550 ira_allocno_t another_a;
1559 another_a = cp->second;
1564 another_a = cp->first;
1569 ALLOCNO_NUM (another_a), ALLOCNO_REGNO (another_a), cp->freq);
1378 ira_allocno_t another_a; local
1544 ira_allocno_t another_a; local

Completed in 42 milliseconds