Home
last modified time | relevance | path

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

12

/external/llvm/unittests/IR/
DDominatorTreeTest.cpp49 BasicBlock *BB3 = &*FI++; in runOnFunction() local
50 BBI = BB3->begin(); in runOnFunction()
63 EXPECT_FALSE(DT->isReachableFromEntry(BB3)); in runOnFunction()
70 EXPECT_TRUE(DT->dominates(BB0, BB3)); in runOnFunction()
76 EXPECT_TRUE(DT->dominates(BB1, BB3)); in runOnFunction()
82 EXPECT_TRUE(DT->dominates(BB2, BB3)); in runOnFunction()
85 EXPECT_FALSE(DT->dominates(BB3, BB0)); in runOnFunction()
86 EXPECT_FALSE(DT->dominates(BB3, BB1)); in runOnFunction()
87 EXPECT_FALSE(DT->dominates(BB3, BB2)); in runOnFunction()
88 EXPECT_TRUE(DT->dominates(BB3, BB3)); in runOnFunction()
[all …]
/external/llvm/test/Transforms/LoopSimplify/
Dbasictest.ll3 ; This function should get a preheader inserted before BB3, that is jumped
10 br label %BB3
12 br label %BB3
13 BB3: ; preds = %BB3, %BB2, %BB1
14 br label %BB3
/external/llvm/test/Transforms/ADCE/
D2002-07-29-Segfault.ll4 br label %BB3
6 BB3: ; preds = %BB3, %0
7 br label %BB3
Dbasictest.ll9 br label %BB3
11 BB3: ; preds = %BB4, %BB2
17 br label %BB3
/external/llvm/test/Transforms/SCCP/
Dsccptest.ll10 br label %BB3
12 br label %BB3
13 BB3: ; preds = %BB2, %BB1
32 br i1 %kcond, label %BB3, label %BB4
33 BB3:
36 ; CHECK: BB3:
D2002-05-20-MissedIncomingValue.ll11 br label %BB3
12 BB3: ; preds = %BB2
14 BB4: ; preds = %BB3
16 BB5: ; preds = %BB3
Dapint-basictest.ll10 br label %BB3
12 br label %BB3
13 BB3:
Dapint-basictest2.ll11 br label %BB3
13 br label %BB3
14 BB3:
Dapint-ipsccp1.ll8 br label %BB3
10 br label %BB3
11 BB3:
Dapint-basictest3.ll14 br label %BB3
19 br label %BB3
20 BB3:
Dapint-basictest4.ll16 br label %BB3
21 br label %BB3
22 BB3:
Dapint-phi.ll8 br label %BB3
10 BB3:
/external/llvm/test/Feature/
Dterminators.ll33 indirectbr i8* %P, [label %BB1, label %BB2, label %BB3]
37 %R = bitcast i8* blockaddress(@indbrtest, %BB3) to i8*
38 indirectbr i8* %R, [label %BB1, label %BB2, label %BB3]
39 BB3:
/external/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll14 br i1 %kcond, label %BB3, label %BB4
16 BB3: ; preds = %BB2
23 BB5: ; preds = %BB3
27 BB6: ; preds = %BB3
/external/llvm/test/Transforms/ConstProp/
Dphi.ll8 br i1 %B, label %BB1, label %BB3
11 br label %BB3
13 BB3: ; preds = %BB1, %BB0
Dbasictest.ll13 br label %BB3
16 br label %BB3
18 BB3:
/external/llvm/test/Transforms/Util/
Dlowerswitch.ll6 ; CHECK: %merge = phi i64 [ 1, %BB3 ], [ 0, %NewDefault ], [ 0, %NodeBlock5 ], [ 0, %LeafBlock1 ]
11 i32 0, label %BB3
12 i32 2, label %BB3
13 i32 4, label %BB3
17 %merge = phi i64 [ 1, %BB3 ], [ 0, %BB1 ], [ 0, %BB1 ], [ 0, %BB1 ]
20 BB3:
/external/llvm/test/Transforms/SimplifyCFG/
Dbranch-fold-dbg.ll20 br i1 %5, label %BB5, label %BB3, !dbg !5
26 BB3: ; preds = %BB2
32 BB4: ; preds = %BB3
36 BB5: ; preds = %BB3, %BB2, %BB1, %Entry
/external/llvm/test/CodeGen/X86/
D2009-04-12-FastIselOverflowCrash.ll13 br i1 %tmp2, label %.backedge, label %BB3
15 BB3:
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/
Dtrunc-weird-user.ll23 br i1 %Tr, label %BB2, label %BB3
34 BB3:
/external/llvm/test/Transforms/JumpThreading/
Dbasic.ll167 br i1 %tmp459, label %BB3, label %BB4
169 BB3:
330 ; Impossible conditional constraints should get threaded. BB3 is dead here.
347 br i1 %tmp459, label %BB3, label %BB4
349 BB3:
/external/llvm/test/Transforms/LoopRotate/
Dpreserve-scev.ll14 BB4: ; preds = %BB3, %BB1
/external/llvm/test/CodeGen/ARM/
Dcode-placement.ll56 ; CHECK: LBB1_[[BB3:.]]: @ %bb3
/external/llvm/lib/Target/ARM/
DREADME.txt271 If BB4 is the only predecessor of BB3, then we can emit BB3 after BB4. We can
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc.txt610 2F4E>6BB3

12