Home
last modified time | relevance | path

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

1234

/external/llvm/test/Transforms/Reassociate/
D2002-07-09-DominanceProblem.ll1 ; The reassociate pass is not preserving dominance properties correctly
3 ; RUN: opt < %s -reassociate
Dvaarg_movable.ll1 ; RUN: opt -S -reassociate -die < %s | FileCheck %s
4 ; identical and the sub should not be optimized to 0 by reassociate.
Dno-op.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
3 ; When there is nothing to do, or not much to do, check that reassociate leaves
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
D2002-05-15-AgressiveSubMove.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
D2003-08-12-InfiniteLoop.ll1 ; RUN: opt < %s -reassociate -disable-output
D2002-05-15-MissedTree.ll1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
Dabsorption.ll1 ; RUN: opt -S -reassociate < %s | FileCheck %s
Dmin_int.ll1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
Dfast-MissedTree.ll1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
Dshifttest.ll3 ; RUN: opt < %s -reassociate -instcombine -S |\
D2006-04-27-ReassociateVector.ll1 ; RUN: opt < %s -reassociate -S | FileCheck %s
Dshift-factor.ll2 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
Dnegation1.ll1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
Dcommute.ll1 ; RUN: opt -reassociate -S < %s | FileCheck %s
Dfp-commute.ll1 ; RUN: opt -reassociate -S < %s | FileCheck %s
D2012-06-08-InfiniteLoop.ll1 ; RUN: opt < %s -reassociate -disable-output
Dpr21205.ll1 ; RUN: opt -reassociate -S < %s | FileCheck %s
Dsecondary.ll1 ; RUN: opt -S -reassociate < %s | FileCheck %s
Dcrash2.ll1 ; RUN: opt -reassociate %s -S -o - | FileCheck %s
/external/libevent/
Devport.c239 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate() function
302 reassociate(epdp, fdi, fd); in evport_dispatch()
401 return reassociate(evpd, fdi, fd); in evport_add()
449 return (reassociate(evpd, fdi, fd)); in evport_del()
/external/autotest/server/site_tests/network_WiFi_Reassociate/
Dnetwork_WiFi_Reassociate.py21 self.context.client.reassociate(timeout_seconds=10)
Dcontrol14 This test is designed to perform timing test for wpa_supplicant reassociate
/external/llvm/test/Transforms/NaryReassociate/
Dpr24301.ll1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s
Dnary-mul.ll1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s

1234