Searched refs:reassociate (Results 1 – 25 of 91) sorted by relevance
1234
/external/llvm/test/Transforms/Reassociate/ |
D | 2002-07-09-DominanceProblem.ll | 1 ; The reassociate pass is not preserving dominance properties correctly 3 ; RUN: opt < %s -reassociate
|
D | vaarg_movable.ll | 1 ; RUN: opt -S -reassociate -die < %s | FileCheck %s 4 ; identical and the sub should not be optimized to 0 by reassociate.
|
D | no-op.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s 3 ; When there is nothing to do, or not much to do, check that reassociate leaves
|
D | looptest.ll | 12 ; 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
|
D | 2002-05-15-AgressiveSubMove.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
|
D | 2003-08-12-InfiniteLoop.ll | 1 ; RUN: opt < %s -reassociate -disable-output
|
D | 2002-05-15-MissedTree.ll | 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
|
D | absorption.ll | 1 ; RUN: opt -S -reassociate < %s | FileCheck %s
|
D | min_int.ll | 1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
|
D | fast-MissedTree.ll | 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
|
D | shifttest.ll | 3 ; RUN: opt < %s -reassociate -instcombine -S |\
|
D | 2006-04-27-ReassociateVector.ll | 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
|
D | shift-factor.ll | 2 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
|
D | negation1.ll | 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
|
D | commute.ll | 1 ; RUN: opt -reassociate -S < %s | FileCheck %s
|
D | fp-commute.ll | 1 ; RUN: opt -reassociate -S < %s | FileCheck %s
|
D | 2012-06-08-InfiniteLoop.ll | 1 ; RUN: opt < %s -reassociate -disable-output
|
D | pr21205.ll | 1 ; RUN: opt -reassociate -S < %s | FileCheck %s
|
D | secondary.ll | 1 ; RUN: opt -S -reassociate < %s | FileCheck %s
|
D | crash2.ll | 1 ; RUN: opt -reassociate %s -S -o - | FileCheck %s
|
/external/libevent/ |
D | evport.c | 239 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/ |
D | network_WiFi_Reassociate.py | 21 self.context.client.reassociate(timeout_seconds=10)
|
D | control | 14 This test is designed to perform timing test for wpa_supplicant reassociate
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | pr24301.ll | 1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s
|
D | nary-mul.ll | 1 ; RUN: opt < %s -nary-reassociate -S | FileCheck %s
|
1234