Home
last modified time | relevance | path

Searched refs:reassociate (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/test/Transforms/Reassociate/
D2002-07-09-DominanceProblem.ll1 ; The reassociate pass is not preserving dominance properties correctly
3 ; RUN: opt < %s -reassociate
Dlooptest.ll12 ; In this case, we want to reassociate the specified expr so that i+j can be
15 ; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
D2006-04-27-ReassociateVector.ll1 ; RUN: opt < %s -reassociate -disable-output
D2002-05-15-AgressiveSubMove.ll1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
D2002-05-15-MissedTree.ll1 ; RUN: opt < %s -reassociate -instcombine -constprop -die -S | not grep 5
D2003-08-12-InfiniteLoop.ll1 ; RUN: opt < %s -reassociate -disable-output
Dsubtest.ll3 ; RUN: opt < %s -reassociate -instcombine -S | not grep 12
Dshifttest.ll3 ; RUN: opt < %s -reassociate -instcombine -S |\
D2002-05-15-SubReassociate.ll3 ; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | not grep add
Dsubtest2.ll3 ; RUN: opt < %s -reassociate -instcombine -S | grep %a | count 1
Dshift-factor.ll2 ; RUN: opt < %s -reassociate -instcombine -S > %t
Dmulfactor2.ll3 ; RUN: opt < %s -instcombine -reassociate -instcombine -S > %t
D2002-05-15-SubReassociate2.ll3 ; RUN: opt < %s -reassociate -constprop -dce -S | not grep 12
D2005-08-24-Crash.ll1 ; RUN: opt < %s -reassociate -disable-output
Dmulfactor.ll1 ; RUN: opt < %s -reassociate -instcombine -S | grep mul | count 2
Dsecondary.ll1 ; RUN: opt -S -reassociate < %s | FileCheck %s
D2011-01-26-UseAfterFree.ll1 ; RUN: opt < %s -reassociate
Dotherops.ll3 ; RUN: opt < %s -reassociate -constprop -instcombine -die -S | not grep 12
Dnegation.ll1 ; RUN: opt < %s -reassociate -instcombine -S | not grep sub
Dinverses.ll1 ; RUN: opt < %s -reassociate -die -S | FileCheck %s
Doptional-flags.ll1 ; RUN: opt -S -reassociate < %s | FileCheck %s
D2005-09-01-ArrayOutOfBounds.ll1 ; RUN: opt < %s -reassociate -instcombine -S |\
/external/chromium/third_party/libevent/
Devport.c263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate() function
327 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()
/external/wpa_supplicant_6/wpa_supplicant/
Dctrl_iface.c268 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 …]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml35 (* reassociate expressions. *)

12