Home
last modified time | relevance | path

Searched refs:return_stmt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dpredict.c1190 tree return_stmt = NULL; in apply_return_prediction() local
1201 return_stmt = last_stmt (e->src); in apply_return_prediction()
1202 if (TREE_CODE (return_stmt) == RETURN_EXPR) in apply_return_prediction()
1207 return_val = TREE_OPERAND (return_stmt, 0); in apply_return_prediction()
H A DChangeLog-200511448 * predict.c (return_prediction): Initialize return_stmt.
H A DChangeLog-200431368 return_stmt.