HomeSort by: relevance | last modified time | path
    Searched refs:interposed (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.h 75 modref_summary *get_modref_function_summary (gcall *call, bool *interposed);
105 which will be later symbol interposed to. All side effects must match
tree-ssa-dse.cc 371 bool interposed; local
372 modref_summary *summary = get_modref_function_summary (call, &interposed);
374 if (summary && !interposed)
ipa-modref.cc 770 If non-null set interposed to indicate whether function may not
775 get_modref_function_summary (gcall *call, bool *interposed)
784 if (interposed && r)
785 *interposed = r->calls_interposable
1315 fprintf (dump_file, " - May be interposed.\n");
4887 the interposed variant. */
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.h 75 modref_summary *get_modref_function_summary (gcall *call, bool *interposed);
105 which will be later symbol interposed to. All side effects must match
tree-ssa-dse.cc 327 bool interposed; local
328 modref_summary *summary = get_modref_function_summary (call, &interposed);
330 if (summary && !interposed)
ipa-modref.cc 768 If non-null set interposed to indicate whether function may not
773 get_modref_function_summary (gcall *call, bool *interposed)
782 if (interposed && r)
783 *interposed = r->calls_interposable
1313 fprintf (dump_file, " - May be interposed.\n");
4831 the interposed variant. */

Completed in 67 milliseconds