OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:likelyvalue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc
2207
ccp_lattice_t
likelyvalue
= likely_value (stmt);
local
2215
switch (
likelyvalue
)
2236
if (
likelyvalue
== CONSTANT)
2273
else if (
likelyvalue
== VARYING)
2300
else if (
likelyvalue
== UNDEFINED)
2310
&& (
likelyvalue
== CONSTANT || is_gimple_call (stmt)
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc
2189
ccp_lattice_t
likelyvalue
= likely_value (stmt);
local
2197
switch (
likelyvalue
)
2218
if (
likelyvalue
== CONSTANT)
2255
else if (
likelyvalue
== VARYING)
2282
else if (
likelyvalue
== UNDEFINED)
2292
&& (
likelyvalue
== CONSTANT || is_gimple_call (stmt)
Completed in 18 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026