Searched refs:reassociate (Results 1 – 25 of 49) sorted by relevance
12
1 ; The reassociate pass is not preserving dominance properties correctly3 ; RUN: opt < %s -reassociate
12 ; In this case, we want to reassociate the specified expr so that i+j can be15 ; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
1 ; RUN: opt < %s -reassociate -disable-output
1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
1 ; RUN: opt < %s -reassociate -instcombine -constprop -die -S | not grep 5
3 ; RUN: opt < %s -reassociate -instcombine -S | not grep 12
3 ; RUN: opt < %s -reassociate -instcombine -S |\
3 ; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | not grep add
3 ; RUN: opt < %s -reassociate -instcombine -S | grep %a | count 1
2 ; RUN: opt < %s -reassociate -instcombine -S > %t
3 ; RUN: opt < %s -instcombine -reassociate -instcombine -S > %t
3 ; RUN: opt < %s -reassociate -constprop -dce -S | not grep 12
1 ; RUN: opt < %s -reassociate -instcombine -S | grep mul | count 2
1 ; RUN: opt -S -reassociate < %s | FileCheck %s
1 ; RUN: opt < %s -reassociate
3 ; RUN: opt < %s -reassociate -constprop -instcombine -die -S | not grep 12
1 ; RUN: opt < %s -reassociate -instcombine -S | not grep sub
1 ; RUN: opt < %s -reassociate -die -S | FileCheck %s
1 ; RUN: opt < %s -reassociate -instcombine -S |\
263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate() function327 reassociate(epdp, fdi, fd); in evport_dispatch()434 return reassociate(evpd, fdi, ev->ev_fd); in evport_add()489 return (reassociate(evpd, fdi, ev->ev_fd)); in evport_del()
268 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_ctrl_rsp()275 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_ctrl_rsp()282 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_ctrl_rsp()288 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_ctrl_rsp()301 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_ctrl_rsp()869 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_select_network()893 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_select_network()913 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_enable_network()917 if (wpa_s->reassociate) in wpa_supplicant_ctrl_iface_enable_network()940 wpa_s->reassociate = 1; in wpa_supplicant_ctrl_iface_enable_network()[all …]
35 (* reassociate expressions. *)