OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtx_unstable_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtlanal.cc
207
rtx_unstable_p
(const_rtx x)
216
return !MEM_READONLY_P (x) ||
rtx_unstable_p
(XEXP (x, 0));
251
if (
rtx_unstable_p
(XEXP (x, i)))
258
if (
rtx_unstable_p
(XVECEXP (x, i, j)))
206
rtx_unstable_p
(const_rtx x)
function
/src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc
207
rtx_unstable_p
(const_rtx x)
216
return !MEM_READONLY_P (x) ||
rtx_unstable_p
(XEXP (x, 0));
251
if (
rtx_unstable_p
(XEXP (x, i)))
258
if (
rtx_unstable_p
(XVECEXP (x, i, j)))
206
rtx_unstable_p
(const_rtx x)
function
Completed in 21 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026