Searched refs:fold_builtin_expect (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtins.h | 131 extern tree fold_builtin_expect (location_t, tree, tree, tree, tree);
|
| D | builtins.cc | 8276 fold_builtin_expect (location_t loc, tree arg0, tree arg1, tree arg2, in fold_builtin_expect() function 9458 return fold_builtin_expect (loc, arg0, arg1, NULL_TREE, NULL_TREE); in fold_builtin_2() 9537 return fold_builtin_expect (loc, arg0, arg1, arg2, NULL_TREE); in fold_builtin_3() 9540 return fold_builtin_expect (loc, arg0, arg1, NULL_TREE, arg2); in fold_builtin_3()
|
| D | gimple-fold.cc | 5570 result = fold_builtin_expect (gimple_location (stmt), in gimple_fold_call()
|
| D | ChangeLog-2018 | 12006 (fold_builtin_expect): Likewise. 13359 (fold_builtin_expect): 13363 * builtins.h (fold_builtin_expect): Set new argument. 26552 * builtins.c (fold_builtin_expect): Use save_expr on arg1 to avoid
|
| D | ChangeLog-2007 | 8297 (fold_builtin_expect): Add argument for expected value. 8300 (fold_builtin_2): Adjust call to fold_builtin_expect. 28501 (fold_builtin_expect): Likewise.
|
| D | ChangeLog-2014 | 10583 (fold_builtin_expect): Likewise. 44366 * tree.h (fold_builtin_expect): New prototype. 44369 (fold_builtin_expect): No longer static. Add ARG2 argument,
|
| D | ChangeLog.tree-ssa | 2242 * builtins.c (fold_builtin_expect): New.
|
| D | ChangeLog-2008 | 21800 (fold_builtin_expect): Check TREE_CONSTANT.
|
| D | ChangeLog-2009 | 34800 * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
|
| D | ChangeLog-2016 | 10819 * builtins.c (builtin_save_expr, fold_builtin_expect,
|
| D | ChangeLog-2011 | 17716 * builtins.c (fold_builtin_expect): See through the cast
|
| D | ChangeLog-2004 | 33161 (fold_builtin_expect): New.
|