Lines Matching defs:can_split
868 bool can_split = true;
892 can_split = false;
898 can_split = false;
922 can_split = false;
928 can_split = false;
943 can_split = false;
952 can_split &= !walk_stmt_load_store_addr_ops (stmt, non_ssa_vars,
973 can_split &= !walk_stmt_load_store_addr_ops (stmt, non_ssa_vars,
994 can_split &= !mark_nonssa_use (stmt, op, op, non_ssa_vars);
997 return can_split;
1029 bool can_split;
1073 first.can_split = false;
1089 entry->can_split &= visit_bb (entry->bb, return_bb,
1093 if (pos <= entry->earliest && !entry->can_split
1098 if (pos <= entry->earliest && entry->can_split)
1154 new_entry.can_split = true;
1171 prev->can_split &= entry->can_split;