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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 3232 class ipa_polymorphic_call_context *dst_ctx local
3335 if (!dst_ctx)
3339 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3342 dst_ctx->combine_with (ctx);
3407 if (!dst_ctx)
3411 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3413 dst_ctx->combine_with (ctx);
ipa-prop.cc 3232 class ipa_polymorphic_call_context *dst_ctx local
3335 if (!dst_ctx)
3339 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3342 dst_ctx->combine_with (ctx);
3407 if (!dst_ctx)
3411 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3413 dst_ctx->combine_with (ctx);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 3121 class ipa_polymorphic_call_context *dst_ctx local
3224 if (!dst_ctx)
3228 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3231 dst_ctx->combine_with (ctx);
3296 if (!dst_ctx)
3300 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3302 dst_ctx->combine_with (ctx);
ipa-prop.cc 3121 class ipa_polymorphic_call_context *dst_ctx local
3224 if (!dst_ctx)
3228 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3231 dst_ctx->combine_with (ctx);
3296 if (!dst_ctx)
3300 dst_ctx = ipa_get_ith_polymorhic_call_context (args, i);
3302 dst_ctx->combine_with (ctx);

Completed in 60 milliseconds