OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phires
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc
1363
tree
phires
= gimple_phi_result (phi);
local
1364
if (SSA_NAME_RANGE_INFO (
phires
))
1369
if (get_global_range_query ()->range_of_expr (r,
phires
,
1375
reset_flow_sensitive_info (
phires
);
1376
set_range_info (
phires
, r);
1379
reset_flow_sensitive_info (
phires
);
1385
tree
phires
= gimple_phi_result (phi);
local
1390
FOR_EACH_IMM_USE_STMT (use_stmt, imm_iter,
phires
)
1408
tree type = TREE_TYPE (
phires
);
2335
tree
phires
= PHI_RESULT (phi)
local
[
all
...]
tree-object-size.cc
910
tree
phires
;
local
915
phires
= TREE_VEC_ELT (wholesize, TREE_VEC_LENGTH (wholesize) - 1);
916
wholephi = create_phi_node (
phires
, gimple_bb (stmt));
919
phires
= TREE_VEC_ELT (size, TREE_VEC_LENGTH (size) - 1);
920
gphi *phi = create_phi_node (
phires
, gimple_bb (stmt));
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc
1481
tree
phires
= gimple_phi_result (phi);
local
1486
FOR_EACH_IMM_USE_STMT (use_stmt, imm_iter,
phires
)
1504
tree type = TREE_TYPE (
phires
);
2213
tree
phires
= PHI_RESULT (phi);
local
2214
if (!INTEGRAL_TYPE_P (TREE_TYPE (
phires
))
2215
|| TYPE_UNSIGNED (TREE_TYPE (
phires
))
2229
if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (
phires
))
2231
if (!single_imm_use (
phires
, &use_p, &use_stmt))
2237
int prec = TYPE_PRECISION (TREE_TYPE (
phires
));
2320
if (lhs != (orig_use_lhs ? orig_use_lhs :
phires
)
[
all
...]
tree-object-size.cc
833
tree
phires
;
local
838
phires
= TREE_VEC_ELT (wholesize, TREE_VEC_LENGTH (wholesize) - 1);
839
wholephi = create_phi_node (
phires
, gimple_bb (stmt));
842
phires
= TREE_VEC_ELT (size, TREE_VEC_LENGTH (size) - 1);
843
gphi *phi = create_phi_node (
phires
, gimple_bb (stmt));
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026