OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_phi
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
blocks.h
223
phi_info *
first_phi
() const { return m_first_phi; }
function in class:rtl_ssa::ebb_info
blocks.cc
366
phi_info *
first_phi
= ebb->
first_phi
();
local
367
if (
first_phi
)
368
first_phi
->set_prev_phi (phi);
369
phi->set_next_phi (
first_phi
);
1112
if (!ebb->
first_phi
())
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
blocks.h
223
phi_info *
first_phi
() const { return m_first_phi; }
function in class:rtl_ssa::ebb_info
blocks.cc
378
phi_info *
first_phi
= ebb->
first_phi
();
local
379
if (
first_phi
)
380
first_phi
->set_prev_phi (phi);
381
phi->set_next_phi (
first_phi
);
1093
if (!ebb->
first_phi
())
/src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.cc
2799
bool
first_phi
= true;
local
2804
if (
first_phi
2811
first_phi
= false;
/src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.cc
2727
bool
first_phi
= true;
local
2732
if (
first_phi
2739
first_phi
= false;
Completed in 32 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026