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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 24995 static GTY(()) tree rs6000_previous_fndecl;
24998 rs6000_previous_fndecl cache. */
25011 rs6000_previous_fndecl = NULL_TREE;
25030 if (rs6000_previous_fndecl)
25031 fprintf (stderr, ", prev_fndecl (%p)", (void *)rs6000_previous_fndecl);
25039 if (fndecl == rs6000_previous_fndecl)
25043 if (rs6000_previous_fndecl == NULL_TREE)
25045 else if (DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl))
25046 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl);
25087 rs6000_previous_fndecl = fndecl
24947 static GTY(()) tree rs6000_previous_fndecl; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24543 static GTY(()) tree rs6000_previous_fndecl;
24546 rs6000_previous_fndecl cache. */
24559 rs6000_previous_fndecl = NULL_TREE;
24578 if (rs6000_previous_fndecl)
24579 fprintf (stderr, ", prev_fndecl (%p)", (void *)rs6000_previous_fndecl);
24587 if (fndecl == rs6000_previous_fndecl)
24591 if (rs6000_previous_fndecl == NULL_TREE)
24593 else if (DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl))
24594 old_tree = DECL_FUNCTION_SPECIFIC_TARGET (rs6000_previous_fndecl);
24635 rs6000_previous_fndecl = fndecl
24495 static GTY(()) tree rs6000_previous_fndecl; variable
    [all...]

Completed in 98 milliseconds