OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_head
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/usr.bin/cmp/
t_cmp.sh
48
skip_head
() {
function
t_cmp.sh
48
skip_head
() {
function
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-split.cc
1074
const_basic_block
skip_head
,
1078
by some memory store in LOOP, excluding trace starting from
SKIP_HEAD
(the
1079
trace is composed of
SKIP_HEAD
and those basic block dominated by it, always
1080
corresponds to one branch of a conditional statement). If
SKIP_HEAD
is
1085
const_basic_block
skip_head
)
1104
/* Skip basic blocks dominated by
SKIP_HEAD
, if non-NULL. */
1105
if (
skip_head
1106
&& dominated_by_p (CDI_DOMINATORS, gimple_bb (store),
skip_head
))
1116
/* Suppose one condition branch, led by
SKIP_HEAD
, is not executed since
1119
invariantness.
SKIP_HEAD
might be NULL, if so, nothing excluded, all basi
[
all
...]
tree-ssa-loop-split.cc
1074
const_basic_block
skip_head
,
1078
by some memory store in LOOP, excluding trace starting from
SKIP_HEAD
(the
1079
trace is composed of
SKIP_HEAD
and those basic block dominated by it, always
1080
corresponds to one branch of a conditional statement). If
SKIP_HEAD
is
1085
const_basic_block
skip_head
)
1104
/* Skip basic blocks dominated by
SKIP_HEAD
, if non-NULL. */
1105
if (
skip_head
1106
&& dominated_by_p (CDI_DOMINATORS, gimple_bb (store),
skip_head
))
1116
/* Suppose one condition branch, led by
SKIP_HEAD
, is not executed since
1119
invariantness.
SKIP_HEAD
might be NULL, if so, nothing excluded, all basi
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-split.cc
964
const_basic_block
skip_head
,
968
by some memory store in LOOP, excluding trace starting from
SKIP_HEAD
(the
969
trace is composed of
SKIP_HEAD
and those basic block dominated by it, always
970
corresponds to one branch of a conditional statement). If
SKIP_HEAD
is
975
const_basic_block
skip_head
)
994
/* Skip basic blocks dominated by
SKIP_HEAD
, if non-NULL. */
995
if (
skip_head
996
&& dominated_by_p (CDI_DOMINATORS, gimple_bb (store),
skip_head
))
1006
/* Suppose one condition branch, led by
SKIP_HEAD
, is not executed since
1009
invariantness.
SKIP_HEAD
might be NULL, if so, nothing excluded, all basi
[
all
...]
tree-ssa-loop-split.cc
964
const_basic_block
skip_head
,
968
by some memory store in LOOP, excluding trace starting from
SKIP_HEAD
(the
969
trace is composed of
SKIP_HEAD
and those basic block dominated by it, always
970
corresponds to one branch of a conditional statement). If
SKIP_HEAD
is
975
const_basic_block
skip_head
)
994
/* Skip basic blocks dominated by
SKIP_HEAD
, if non-NULL. */
995
if (
skip_head
996
&& dominated_by_p (CDI_DOMINATORS, gimple_bb (store),
skip_head
))
1006
/* Suppose one condition branch, led by
SKIP_HEAD
, is not executed since
1009
invariantness.
SKIP_HEAD
might be NULL, if so, nothing excluded, all basi
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026