OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dest_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dse.cc
3420
bb_info_t
dest_info
= bb_table[e->dest->index];
3422
if (
dest_info
->in)
3425
bitmap_and_into (src_info->out,
dest_info
->in);
3429
bitmap_copy (src_info->out,
dest_info
->in);
3415
bb_info_t
dest_info
= bb_table[e->dest->index];
local
/src/external/gpl3/gcc.old/dist/gcc/
dse.cc
3374
bb_info_t
dest_info
= bb_table[e->dest->index];
3376
if (
dest_info
->in)
3379
bitmap_and_into (src_info->out,
dest_info
->in);
3383
bitmap_copy (src_info->out,
dest_info
->in);
3369
bb_info_t
dest_info
= bb_table[e->dest->index];
local
ipa-cp.cc
5744
ipa_node_params *
dest_info
= ipa_node_params_sum->get (node);
local
5748
int i, j, count = ipa_get_param_count (
dest_info
);
5768
class ipcp_param_lattices *plats = ipa_get_parm_lattices (
dest_info
, i);
5821
ipa_node_params *
dest_info
= ipa_node_params_sum->get (node);
local
5822
int count = ipa_get_param_count (
dest_info
);
5834
val =
dest_info
->known_csts[i];
5842
ipa_get_type (
dest_info
, i));
Completed in 55 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026