OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cost_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
4023
tree
cost_name
= NULL_TREE;
4032
cost_name
= cond_expr = force_gimple_operand_1 (unshare_expr (cond_expr),
4291
if (
cost_name
&& TREE_CODE (
cost_name
) == SSA_NAME)
4293
gimple *def = SSA_NAME_DEF_STMT (
cost_name
);
4297
replace_uses_by (
cost_name
, boolean_true_node);
4299
gcond *cond = gimple_build_cond (NE_EXPR,
cost_name
, boolean_false_node,
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
3450
tree
cost_name
= NULL_TREE;
local
3459
cost_name
= cond_expr = force_gimple_operand_1 (unshare_expr (cond_expr),
3684
if (
cost_name
&& TREE_CODE (
cost_name
) == SSA_NAME)
3686
gimple *def = SSA_NAME_DEF_STMT (
cost_name
);
3690
replace_uses_by (
cost_name
, boolean_true_node);
3692
gcond *cond = gimple_build_cond (NE_EXPR,
cost_name
, boolean_false_node,
Completed in 21 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026