OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cluster_a
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc
1741
/* Attempt to merge
CLUSTER_A
and CLUSTER_B into OUT_CLUSTER, using
1746
binding_cluster::can_merge_p (const binding_cluster *
cluster_a
,
1757
if ((
cluster_a
&&
cluster_a
->m_escaped)
1760
if ((
cluster_a
&&
cluster_a
->m_touched)
1764
/* At least one of
CLUSTER_A
and CLUSTER_B are non-NULL, but either
1766
if (
cluster_a
== NULL)
1775
gcc_assert (
cluster_a
!= NULL);
1776
gcc_assert (
cluster_a
->m_base_region == out_cluster->m_base_region)
2815
const binding_cluster *
cluster_a
= store_a->get_cluster (base_reg);
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/analyzer/
store.cc
1922
/* Attempt to merge
CLUSTER_A
and CLUSTER_B into OUT_CLUSTER, using
1927
binding_cluster::can_merge_p (const binding_cluster *
cluster_a
,
1938
if ((
cluster_a
&&
cluster_a
->m_escaped)
1941
if ((
cluster_a
&&
cluster_a
->m_touched)
1945
/* At least one of
CLUSTER_A
and CLUSTER_B are non-NULL, but either
1947
if (
cluster_a
== NULL)
1956
gcc_assert (
cluster_a
!= NULL);
1957
gcc_assert (
cluster_a
->m_base_region == out_cluster->m_base_region)
3057
const binding_cluster *
cluster_a
= store_a->get_cluster (base_reg);
local
[
all
...]
Completed in 44 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026