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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 303 unsigned int is_equiv : 1; member in struct:__anon12651::early_ra::allocno_info
317 // - if is_equiv, this allocno is equivalent to related_allocno for
320 // - if !is_equiv, this allocno's live range is a subrange of
753 return related_allocno != INVALID_ALLOCNO && !is_equiv;
760 return is_equiv && related_allocno == allocno;
944 if (allocno->is_equiv)
1513 allocno->is_equiv = false;
1533 // SRC_ALLOCNO is copied or tied to DEST_ALLOCNO; IS_EQUIV is true if the
1538 // If IS_EQUIV, a chain that contains just DEST_ALLOCNO should be treated
1546 allocno_info *src_allocno, bool is_equiv)
    [all...]

Completed in 13 milliseconds