OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_last_result
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
3307
m_last_result
(NULL_TREE), m_deferring_p (perform_deferring) {}
3324
tree
m_last_result
;
member in class:fma_deferring_state
3380
if (t == state->
m_last_result
3622
if (state->
m_last_result
)
3624
if (ops[1] == state->
m_last_result
3625
|| ops[0] == state->
m_last_result
)
3651
state->
m_last_result
= use_lhs;
6061
gcc_checking_assert (fma_state.
m_last_result
);
6066
m_last_result_set.add (fma_state.
m_last_result
);
tree-ssa-math-opts.cc
3307
m_last_result
(NULL_TREE), m_deferring_p (perform_deferring) {}
3324
tree
m_last_result
;
member in class:fma_deferring_state
3380
if (t == state->
m_last_result
3622
if (state->
m_last_result
)
3624
if (ops[1] == state->
m_last_result
3625
|| ops[0] == state->
m_last_result
)
3651
state->
m_last_result
= use_lhs;
6061
gcc_checking_assert (fma_state.
m_last_result
);
6066
m_last_result_set.add (fma_state.
m_last_result
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
3144
m_last_result
(NULL_TREE), m_deferring_p (perform_deferring) {}
3161
tree
m_last_result
;
member in class:fma_deferring_state
3217
if (t == state->
m_last_result
3407
if (state->
m_last_result
)
3409
if (ops[1] == state->
m_last_result
3410
|| ops[0] == state->
m_last_result
)
3436
state->
m_last_result
= use_lhs;
5043
gcc_checking_assert (fma_state.
m_last_result
);
5048
m_last_result_set.add (fma_state.
m_last_result
);
tree-ssa-math-opts.cc
3144
m_last_result
(NULL_TREE), m_deferring_p (perform_deferring) {}
3161
tree
m_last_result
;
member in class:fma_deferring_state
3217
if (t == state->
m_last_result
3407
if (state->
m_last_result
)
3409
if (ops[1] == state->
m_last_result
3410
|| ops[0] == state->
m_last_result
)
3436
state->
m_last_result
= use_lhs;
5043
gcc_checking_assert (fma_state.
m_last_result
);
5048
m_last_result_set.add (fma_state.
m_last_result
);
Completed in 39 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026