| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-ref.h | 63 /* speculative id is used to link direct calls with their corresponding 64 IPA_REF_ADDR references when representing speculative calls. */ 67 unsigned int speculative:1; member in struct:ipa_ref
|
| ipa-polymorphic-call.cc | 135 bool speculative = false; local 189 for speculative_outer_type. The second run has SPECULATIVE set. */ 215 if (speculative) 259 speculative = true; 319 if (!speculative) 361 if (!speculative) 378 if (maybe_derived_type && !speculative 394 speculative = true; 404 if (!speculative 410 In non-speculative run we have no useful outer_type inf 1147 unsigned speculative; member in struct:type_change_info [all...] |
| lto-cgraph.cc | 275 bp_pack_value (&bp, edge->speculative, 1); 695 bp_pack_value (&bp, ref->speculative, 1); 1476 bool speculative; local 1481 speculative = (enum ipa_ref_use) bp_unpack_value (&bp, 1); 1484 ref->speculative = speculative; 1536 edge->speculative = bp_unpack_value (&bp, 1);
|
| symtab.cc | 653 ref->speculative = 0; 703 bool speculative = ref->speculative; local 708 ref2->speculative = speculative; 723 bool speculative = ref->speculative; local 728 ref2->speculative = speculative; 739 bool speculative = ref->speculative local [all...] |
| ipa-devirt.cc | 105 pass_ipa_devirt performs simple speculative devirtualization. 2357 It is unlikely this can happen except for the case where speculative 2358 devirtualization introduced many speculative edges to this node. 2449 Currently we ignore these functions in speculative devirtualization. 2688 bool speculative; member in class:polymorphic_call_target_d 2719 hstate.add_flag (odr_query->speculative); 2734 && t1->speculative == t2->speculative 3041 If SPECULATIVE is set, the list will not contain targets that 3054 bool speculative) [all...] |
| ipa-fnsummary.cc | 258 if (e->speculative) 283 /* When handling speculative edges, we need to do the redirection 286 && (!e->speculative || e->callee)) 2899 if (edge->speculative) 2910 speculative call targets. */ 3298 ipa_update_overall_fn_summary except for case when speculative 3306 if (e->speculative) 3336 bool speculative; local 3344 target = ipa_get_indirect_edge_target (ie, avals, &speculative); 3345 if (!target || speculative) [all...] |
| ipa-prop.cc | 3488 (SPECULATIVE)destination of an indirect edge IE and return the edge. 3493 bool speculative) 3568 if (speculative && ie->speculative) 3577 "speculative target (%s -> %s) but the call is " 3586 "ipa-prop: Discovered call to a speculative target " 3608 speculative ? "speculative" : "known", 3622 if (!speculative) 3626 /* If we resolved speculative edge the cost is already up to dat 3939 bool speculative = false; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-ref.h | 63 /* speculative id is used to link direct calls with their corresponding 64 IPA_REF_ADDR references when representing speculative calls. */ 67 unsigned int speculative:1; member in struct:ipa_ref
|
| ipa-polymorphic-call.cc | 135 bool speculative = false; local 189 for speculative_outer_type. The second run has SPECULATIVE set. */ 215 if (speculative) 259 speculative = true; 319 if (!speculative) 361 if (!speculative) 378 if (maybe_derived_type && !speculative 394 speculative = true; 404 if (!speculative 410 In non-speculative run we have no useful outer_type inf 1148 unsigned speculative; member in struct:type_change_info [all...] |
| lto-cgraph.cc | 273 bp_pack_value (&bp, edge->speculative, 1); 685 bp_pack_value (&bp, ref->speculative, 1); 1431 bool speculative; local 1436 speculative = (enum ipa_ref_use) bp_unpack_value (&bp, 1); 1439 ref->speculative = speculative; 1491 edge->speculative = bp_unpack_value (&bp, 1);
|
| symtab.cc | 653 ref->speculative = 0; 703 bool speculative = ref->speculative; local 708 ref2->speculative = speculative; 723 bool speculative = ref->speculative; local 728 ref2->speculative = speculative; 739 bool speculative = ref->speculative local [all...] |
| ipa-devirt.cc | 105 pass_ipa_devirt performs simple speculative devirtualization. 2343 It is unlikely this can happen except for the case where speculative 2344 devirtualization introduced many speculative edges to this node. 2435 Currently we ignore these functions in speculative devirtualization. 2674 bool speculative; member in class:polymorphic_call_target_d 2705 hstate.add_flag (odr_query->speculative); 2720 && t1->speculative == t2->speculative 3027 If SPECULATIVE is set, the list will not contain targets that 3040 bool speculative) [all...] |
| ipa-fnsummary.cc | 256 if (e->speculative) 281 /* When handling speculative edges, we need to do the redirection 284 && (!e->speculative || e->callee)) 2824 if (edge->speculative) 2835 speculative call targets. */ 3218 ipa_update_overall_fn_summary except for case when speculative 3226 if (e->speculative) 3256 bool speculative; local 3264 target = ipa_get_indirect_edge_target (ie, avals, &speculative); 3265 if (!target || speculative) [all...] |
| ipa-prop.cc | 3377 (SPECULATIVE)destination of an indirect edge IE and return the edge. 3382 bool speculative) 3457 if (speculative && ie->speculative) 3466 "speculative target (%s -> %s) but the call is " 3475 "ipa-prop: Discovered call to a speculative target " 3497 speculative ? "speculative" : "known", 3511 if (!speculative) 3515 /* If we resolved speculative edge the cost is already up to dat 3856 bool speculative = false; local [all...] |
| ipa-cp.cc | 2990 bool *speculative) 2997 *speculative = false; 3115 *speculative = ie->indirect_info->vptr_changed; 3116 if (!*speculative) 3165 if (*speculative) 3168 || ie->speculative || !ie->maybe_hot_p ()) 3175 *speculative = true; 3183 *speculative = false; 3193 if (*speculative) 3202 AVALS, return the destination. Store into *SPECULATIVE a boolean determini 3245 bool speculative; local 4113 bool speculative; local [all...] |
| /src/sys/uvm/ |
| uvm_pdpolicy_clockpro.c | 781 bool speculative = (pg->pqflags & PQ_SPECULATIVE) != 0; /* XXX */ local 789 if (speculative) { 822 if (speculative) { 1538 printf("%s hot=%d, cold=%d, test=%d, speculative=%d, initialref=%d, " \
|