OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:can_fallthru
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc
644
can_fallthru
(basic_block src, basic_block target)
1102
if (in_cfglayout ||
can_fallthru
(src, target))
4158
if (e && !
can_fallthru
(e->src, e->dest))
638
can_fallthru
(basic_block src, basic_block target)
function
cfgexpand.cc
4117
Sets
CAN_FALLTHRU
if we generated a *conditional* tail call, and
4123
expand_gimple_tailcall (basic_block bb, gcall *stmt, bool *
can_fallthru
)
4138
*
can_fallthru
= true;
4174
*
can_fallthru
= false;
4181
*
can_fallthru
= true;
6113
bool
can_fallthru
;
local
6114
new_bb = expand_gimple_tailcall (bb, call_stmt, &
can_fallthru
);
6117
if (
can_fallthru
)
/src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc
645
can_fallthru
(basic_block src, basic_block target)
1103
if (in_cfglayout ||
can_fallthru
(src, target))
4106
if (e && !
can_fallthru
(e->src, e->dest))
639
can_fallthru
(basic_block src, basic_block target)
function
cfgexpand.cc
4094
Sets
CAN_FALLTHRU
if we generated a *conditional* tail call, and
4100
expand_gimple_tailcall (basic_block bb, gcall *stmt, bool *
can_fallthru
)
4115
*
can_fallthru
= true;
4151
*
can_fallthru
= false;
4158
*
can_fallthru
= true;
6091
bool
can_fallthru
;
local
6092
new_bb = expand_gimple_tailcall (bb, call_stmt, &
can_fallthru
);
6095
if (
can_fallthru
)
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026