OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vect_get_stmt_cost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h
1856
int
vect_get_stmt_cost
(enum vect_cost_for_stmt type_of_cost)
function
tree-vect-loop.cc
5020
scalar_outside_cost +=
vect_get_stmt_cost
(cond_branch_not_taken);
5025
scalar_outside_cost += 2 *
vect_get_stmt_cost
(cond_branch_taken)
5026
+
vect_get_stmt_cost
(cond_branch_not_taken);
5029
scalar_outside_cost += 2 *
vect_get_stmt_cost
(cond_branch_taken);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
4256
scalar_outside_cost +=
vect_get_stmt_cost
(cond_branch_not_taken);
4261
scalar_outside_cost += 2 *
vect_get_stmt_cost
(cond_branch_taken)
4262
+
vect_get_stmt_cost
(cond_branch_not_taken);
4265
scalar_outside_cost += 2 *
vect_get_stmt_cost
(cond_branch_taken);
tree-vectorizer.h
1734
int
vect_get_stmt_cost
(enum vect_cost_for_stmt type_of_cost)
function
Completed in 45 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026