OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jf2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc
797
struct ipa_jump_func *
jf2
= ipa_get_ith_jump_func (args2, i);
local
798
if (((jf1 != nullptr) != (
jf2
!= nullptr))
799
|| (jf1 && !ipa_jump_functions_equivalent_p (jf1,
jf2
)))
/src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc
755
struct ipa_jump_func *
jf2
= ipa_get_ith_jump_func (args2, i);
local
756
if (((jf1 != nullptr) != (
jf2
!= nullptr))
757
|| (jf1 && !ipa_jump_functions_equivalent_p (jf1,
jf2
)))
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026