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

  /src/external/gpl3/gcc/dist/gcc/
early-remat.cc 422 bool interesting_regno_p (unsigned int);
761 early_remat::interesting_regno_p (unsigned int regno) function in class:early_remat
965 if (interesting_regno_p (regno))
  /src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc 422 bool interesting_regno_p (unsigned int);
763 early_remat::interesting_regno_p (unsigned int regno) function in class:early_remat
967 if (interesting_regno_p (regno))

Completed in 21 milliseconds