Home
last modified time | relevance | path

Searched refs:dump_predicates (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c953 dump_predicates (gimple *usestmt, pred_chain_union preds, const char *msg) in dump_predicates() function
1911 dump_predicates (use_or_def, *preds, is_use ? "[USE]:\n" : "[DEF]:\n"); in simplify_preds()
2243 dump_predicates (use_or_def, preds, is_use ? "[USE]:\n" : "[DEF]:\n"); in normalize_preds()
2260 dump_predicates (use_or_def, norm_preds, in normalize_preds()
2313 dump_predicates (NULL, uninit_pred, in can_chain_union_be_invalidated_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc208 dump_predicates (gimple *stmt, const pred_chain_union &preds, const char *msg) in dump_predicates() function
1196 dump_predicates (NULL, preds, in can_be_invalidated_p()
H A DChangeLog-202112315 (dump_predicates): Same.
H A DChangeLog-201834422 (dump_predicates): Split apart into...
H A DChangeLog-201033202 (dump_predicates): New function.
H A DChangeLog-201730752 (dump_predicates): Likewise.
H A DChangeLog-201540085 * tree-ssa-uninit.c (dump_predicates): Likewise.
H A DChangeLog-201449367 (dump_predicates): Better output format.