HomeSort by relevance Sort by last modified time
    Searched full:reassociate (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/llvm/test/Transforms/Reassociate/
2002-07-09-DominanceProblem.ll 1 ; The reassociate pass is not preserving dominance properties correctly
3 ; RUN: opt < %s -reassociate
2002-05-15-AgressiveSubMove.ll 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
secondary.ll 1 ; RUN: opt -S -reassociate < %s | FileCheck %s
4 ; Reassociate shouldn't break this testcase involving a secondary
2002-05-15-MissedTree.ll 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
absorption.ll 1 ; RUN: opt -S -reassociate < %s | FileCheck %s
shifttest.ll 3 ; RUN: opt < %s -reassociate -instcombine -S |\
2003-08-12-InfiniteLoop.ll 1 ; RUN: opt < %s -reassociate -disable-output
2006-04-27-ReassociateVector.ll 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
optional-flags.ll 1 ; RUN: opt -S -reassociate < %s | FileCheck %s
4 ; Reassociate should clear optional flags like nsw when reassociating.
2012-06-08-InfiniteLoop.ll 1 ; RUN: opt < %s -reassociate -disable-output
fp-commute.ll 1 ; RUN: opt -reassociate -S < %s | FileCheck %s
shift-factor.ll 2 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
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
looptest.ll 9 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
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
2002-05-15-SubReassociate.ll 1 ; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | FileCheck %s
2005-09-01-ArrayOutOfBounds.ll 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
2011-01-26-UseAfterFree.ll 1 ; RUN: opt < %s -reassociate
negation.ll 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
otherops.ll 3 ; RUN: opt < %s -reassociate -constprop -instcombine -die -S | FileCheck %s
subtest.ll 1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
mightymul.ll 1 ; RUN: opt < %s -reassociate -disable-output
multistep.ll 1 ; RUN: opt < %s -reassociate -S | FileCheck %s
  /external/llvm/lib/Transforms/Scalar/
CMakeLists.txt 26 Reassociate.cpp
Android.mk 27 Reassociate.cpp \
  /cts/tests/tests/permission/src/android/permission/cts/
NoWifiStatePermissionTest.java 140 * Verify that WifiManager#reassociate() requires permissions.
146 mWifiManager.reassociate();
147 fail("WifiManager.reassociate didn't throw SecurityException as expected");

Completed in 490 milliseconds

1 2 3 4 5