Home
last modified time | relevance | path

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

123

/external/llvm/unittests/IR/
DDominatorTreeTest.cpp50 BasicBlock *BB3 = &*FI++; in runOnFunction() local
51 BBI = BB3->begin(); in runOnFunction()
64 EXPECT_FALSE(DT->isReachableFromEntry(BB3)); in runOnFunction()
71 EXPECT_TRUE(DT->dominates(BB0, BB3)); in runOnFunction()
77 EXPECT_TRUE(DT->dominates(BB1, BB3)); in runOnFunction()
83 EXPECT_TRUE(DT->dominates(BB2, BB3)); in runOnFunction()
86 EXPECT_FALSE(DT->dominates(BB3, BB0)); in runOnFunction()
87 EXPECT_FALSE(DT->dominates(BB3, BB1)); in runOnFunction()
88 EXPECT_FALSE(DT->dominates(BB3, BB2)); in runOnFunction()
89 EXPECT_TRUE(DT->dominates(BB3, BB3)); in runOnFunction()
[all …]
/external/swiftshader/third_party/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/LoopSimplify/
Dbasictest.ll4 ; This function should get a preheader inserted before BB3, that is jumped
11 br label %BB3
13 br label %BB3
14 BB3: ; preds = %BB3, %BB2, %BB1
15 br label %BB3
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/
D2002-07-29-Segfault.ll4 br label %BB3
6 BB3: ; preds = %BB3, %0
7 br label %BB3
Dbasictest.ll8 br label %BB3
10 BB3: ; preds = %BB4, %BB2
16 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/swiftshader/third_party/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:
/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:
/external/swiftshader/third_party/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/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/swiftshader/third_party/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/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
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
Dphi.ll8 br i1 %B, label %BB1, label %BB3
11 br label %BB3
13 BB3: ; preds = %BB1, %BB0
/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:

123