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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 174 unsigned int next_copies[2]; member in struct:__anon12651::early_ra::reg_copy_info
836 copyi = copy.next_copies[0];
841 copyi = copy.next_copies[1];
1047 copy.next_copies[0] = reg0.first_copy;
1048 copy.next_copies[1] = reg1.first_copy;
1257 ? copy.next_copies[1]
1258 : copy.next_copies[0]);

Completed in 38 milliseconds