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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 2101 #define SSA_NAME_VERSION(NODE) SSA_NAME_CHECK (NODE)->base.u.version
5914 here, but the SSA_NAME_VERSION is a better hash than the pointer
5924 return SSA_NAME_VERSION (t);
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 1941 #define SSA_NAME_VERSION(NODE) SSA_NAME_CHECK (NODE)->base.u.version
5625 here, but the SSA_NAME_VERSION is a better hash than the pointer
5635 return SSA_NAME_VERSION (t);

Completed in 36 milliseconds