Home
last modified time | relevance | path

Searched refs:fold_builtin_expect (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.h131 extern tree fold_builtin_expect (location_t, tree, tree, tree, tree);
Dbuiltins.cc8276 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()
Dgimple-fold.cc5570 result = fold_builtin_expect (gimple_location (stmt), in gimple_fold_call()
DChangeLog-201812006 (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
DChangeLog-20078297 (fold_builtin_expect): Add argument for expected value.
8300 (fold_builtin_2): Adjust call to fold_builtin_expect.
28501 (fold_builtin_expect): Likewise.
DChangeLog-201410583 (fold_builtin_expect): Likewise.
44366 * tree.h (fold_builtin_expect): New prototype.
44369 (fold_builtin_expect): No longer static. Add ARG2 argument,
DChangeLog.tree-ssa2242 * builtins.c (fold_builtin_expect): New.
DChangeLog-200821800 (fold_builtin_expect): Check TREE_CONSTANT.
DChangeLog-200934800 * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
DChangeLog-201610819 * builtins.c (builtin_save_expr, fold_builtin_expect,
DChangeLog-201117716 * builtins.c (fold_builtin_expect): See through the cast
DChangeLog-200433161 (fold_builtin_expect): New.