OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_phi1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc
979
bool
is_phi1
= gimple_code (stmt1) == GIMPLE_PHI;
local
982
if (
is_phi1
!= is_phi2)
983
return
is_phi1
? gsi2 : gsi1;
/src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc
979
bool
is_phi1
= gimple_code (stmt1) == GIMPLE_PHI;
local
982
if (
is_phi1
!= is_phi2)
983
return
is_phi1
? gsi2 : gsi1;
Completed in 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026