HomeSort by relevance Sort by last modified time
    Searched full:phi (Results 151 - 175 of 2375) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/Transforms/SimplifyCFG/
extract-cost.ll 16 %retval.0 = phi i32 [ %0, %if.end ], [ 0, %entry ]
20 ; CHECK-NOT: phi
  /external/llvm/lib/CodeGen/
OptimizePHIs.cpp 25 #define DEBUG_TYPE "phi-opt"
27 STATISTIC(NumPHICycles, "Number of PHI cycles replaced");
28 STATISTIC(NumDeadPHICycles, "Number of dead PHI cycles");
71 // Find dead PHI cycles and PHI cycles that can be replaced by a single
82 /// IsSingleValuePHICycle - Check if MI is a PHI where all the source operands
90 assert(MI->isPHI() && "IsSingleValuePHICycle expects a PHI instruction");
101 // Scan the PHI operands.
121 // Fail if there is more than one non-phi/non-move register.
130 /// IsDeadPHICycle - Check if the register defined by a PHI is only used b
    [all...]
PHIElimination.cpp 1 //===-- PhiElimination.cpp - Eliminate PHI nodes by inserting copies ------===//
10 // This pass eliminates machine instruction PHI nodes by inserting copy
40 DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),
42 "during PHI elimination"));
45 SplitAllCriticalEdges("phi-elim-split-all-critical-edges", cl::init(false),
47 "PHI elimination"));
65 /// EliminatePHINodes - Eliminate phi nodes by inserting copy instructions
72 /// analyzePHINodes - Gather information about the PHI nodes in
74 /// register which is used in a PHI node. We map that to the BB the
94 // Defs of PHI sources which are implicit_def
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
2008-07-12-UnneededSelect2.ll 16 %z.02 = phi i32 [ %1, %bb1 ], [ 1, %bb.nph ] ; <i32> [#uses=1]
17 %i.01 = phi i32 [ %2, %bb1 ], [ 1, %bb.nph ] ; <i32> [#uses=2]
27 %.lcssa = phi i32 [ %1, %bb1 ] ; <i32> [#uses=1]
31 %z.0.lcssa = phi i32 [ %.lcssa, %bb1.bb2_crit_edge ], [ 1, %entry ] ; <i32> [#uses=1]
how-far-to-zero.ll 9 %c.0 = phi i8 [ 1, %entry ], [ 0, %for.cond ]
10 %i.0 = phi i8 [ 0, %entry ], [ %inc, %for.cond ]
16 %b.2 = phi i8 [ %add, %while.body ], [ 0, %for.cond ]
  /external/llvm/test/CodeGen/ARM/
2010-04-14-SplitVector.ll 14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
  /external/llvm/test/CodeGen/Generic/
2003-05-30-BadPreselectPhi.ll 7 ;; Error: PreSelection puts the arguments of the Phi just before
8 ;; the Phi instead of in predecessor blocks. This later
10 ;; for the phi arguments.
26 %mem_tmp.0 = phi i32* [ @v2, %cond_false ], [ @v1, %entry ] ; <i32*> [#uses=1]
  /external/llvm/test/CodeGen/MSP430/
indirectbr2.ll 15 %res.0 = phi i16 [ 385, %L5 ], [ 35, %entry ] ; <i16> [#uses=1]
19 %res.1 = phi i16 [ %res.0, %L4 ], [ 5, %entry ] ; <i16> [#uses=1]
23 %res.2 = phi i16 [ %res.1, %L3 ], [ 1, %entry ] ; <i16> [#uses=1]
27 %res.3 = phi i16 [ %res.2, %L2 ], [ 2, %entry ] ; <i16> [#uses=1]
  /external/llvm/test/CodeGen/XCore/
shedulingPreference.ll 19 %unused = phi double [ %res, %default ], [ undef, %start ]
  /external/llvm/test/Transforms/EarlyCSE/
instsimplify-dom.ll 11 %ins34 = phi i32 [ %ins35, %xxx ], [ undef, %entry ]
  /external/llvm/test/Transforms/IndVarSimplify/
2008-10-03-CouldNotCompute.ll 16 %.in = phi i32 [ %2, %bb ], [ %n, %bb.nph ] ; <i32> [#uses=1]
17 %val.02 = phi i64 [ %5, %bb ], [ 0, %bb.nph ] ; <i64> [#uses=2]
18 %result.01 = phi i64 [ %4, %bb ], [ 0, %bb.nph ] ; <i64> [#uses=1]
27 %.lcssa = phi i64 [ %4, %bb ] ; <i64> [#uses=0]
2008-11-25-APFloatAssert.ll 8 %result.0.i89 = phi ppc_fp128 [ 0xM00000000000000000000000000000000, %entry ], [ %0, %bb23.i91 ] ; <ppc_fp128> [#uses=2]
preserve-signed-wrap.ll 5 ; on the other phi, since that value undergoes signed wrapping.
16 ; CHECK: phi i64
20 %i.02 = phi i32 [ %5, %bb1 ], [ 0, %bb.nph ] ; <i32> [#uses=2]
21 %p.01 = phi i8 [ %4, %bb1 ], [ -1, %bb.nph ] ; <i8> [#uses=2]
  /external/llvm/test/Transforms/Inline/
2003-09-22-PHINodeInlineFail.ll 12 %i.3 = phi i32 [ 0, %entry ], [ 0, %entry ] ; <i32> [#uses=0]
  /external/llvm/test/Transforms/InstCombine/
2005-07-07-DeadPHILoop.ll 9 %X = phi i32 [ %Y, %Dead ] ; <i32> [#uses=1]
  /external/llvm/test/Transforms/LoopDeletion/
dcetest.ll 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2]
12 %k2 = phi i32 [ %k4, %BB7 ], [ 0, %BB1 ] ; <i32> [#uses=4]
32 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] ; <i32> [#uses=1]
33 %k4 = phi i32 [ %k3, %BB5 ], [ %k5, %BB6 ] ; <i32> [#uses=1]
  /external/llvm/test/Transforms/LoopRotate/
preserve-scev.ll 15 %tmp5 = phi i32 [ undef, %BB1 ], [ %tmp, %BB2 ] ; <i32> [#uses=1]
23 %tmp10 = phi i32 [ %tmp11, %BB12 ], [ %tmp7, %BB8 ] ; <i32> [#uses=2]
31 %tmp14 = phi i32 [ %tmp16, %BB15 ], [ %tmp7, %BB8 ] ; <i32> [#uses=1]
45 %tmp20 = phi i32 [ %tmp10, %BB17 ], [ undef, %BB18 ] ; <i32> [#uses=0]
  /external/llvm/test/Transforms/LoopStrengthReduce/
2013-01-05-IndBr.ll 10 ; CHECK-NEXT: phi i8
11 ; CHECK-NEXT: phi i8
18 %tmp = phi i8 [ %tmp14, %bb11 ], [ 25, %bb190 ]
19 %tmp9 = phi i8 [ %tmp12, %bb11 ], [ 25, %bb190 ]
  /external/llvm/test/Transforms/LoopVectorize/X86/
rauw-bug.ll 24 %d2_fx.015 = phi double [ %sub52, %while.body ], [ undef, %entry ]
25 %d2_fy.014 = phi double [ %sub58, %while.body ], [ undef, %entry ]
26 %d3_fy.013 = phi double [ %div56, %while.body ], [ undef, %entry ]
27 %d3_fx.012 = phi double [ %div50, %while.body ], [ undef, %entry ]
  /external/llvm/test/Transforms/LowerSwitch/
2003-05-01-PHIProblem.ll 10 %result.0 = phi i32* [ null, %entry ], [ null, %entry ] ; <i32*> [#uses=0]
  /external/llvm/test/Transforms/PruneEH/
2003-11-21-PHIUpdate.ll 12 %X = phi i32 [ 0, %0 ], [ 0, %0 ] ; <i32> [#uses=1]
  /external/llvm/test/Transforms/SCCP/
apint-basictest.ll 14 %Ret = phi i128 [%Val, %BB1], [2, %BB2]
  /external/llvm/test/Verifier/
2009-05-29-InvokeResult2.ll 14 %t = phi i32 [ %s, %e ] ; <i32> [#uses=1]
AmbiguousPhi.ll 7 %a = phi i32 [%i, %0], [%j, %0] ; Error, different values from same block!
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
greek-symbols.json 25 "default": "greek phi symbol",
26 "alternative": "greek small letter script phi",
27 "short": "phi"
150 "default": "mathematical bold phi symbol",
151 "alternative": "bold phi",
152 "short": "bold phi"
230 "default": "mathematical italic phi symbol",
231 "alternative": "italic phi",
232 "short": "italic phi"
310 "default": "mathematical sans serif bold phi symbol"
    [all...]

Completed in 714 milliseconds

1 2 3 4 5 67 8 91011>>