/external/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 50 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/ |
D | basictest.ll | 3 ; 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/ |
D | basictest.ll | 4 ; 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/ |
D | 2002-07-29-Segfault.ll | 4 br label %BB3 6 BB3: ; preds = %BB3, %0 7 br label %BB3
|
D | basictest.ll | 8 br label %BB3 10 BB3: ; preds = %BB4, %BB2 16 br label %BB3
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-07-29-Segfault.ll | 4 br label %BB3 6 BB3: ; preds = %BB3, %0 7 br label %BB3
|
D | basictest.ll | 9 br label %BB3 11 BB3: ; preds = %BB4, %BB2 17 br label %BB3
|
/external/llvm/test/Transforms/SCCP/ |
D | sccptest.ll | 10 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:
|
D | 2002-05-20-MissedIncomingValue.ll | 11 br label %BB3 12 BB3: ; preds = %BB2 14 BB4: ; preds = %BB3 16 BB5: ; preds = %BB3
|
D | apint-basictest.ll | 10 br label %BB3 12 br label %BB3 13 BB3:
|
D | apint-basictest2.ll | 11 br label %BB3 13 br label %BB3 14 BB3:
|
D | apint-ipsccp1.ll | 8 br label %BB3 10 br label %BB3 11 BB3:
|
D | apint-basictest3.ll | 14 br label %BB3 19 br label %BB3 20 BB3:
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | sccptest.ll | 10 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:
|
D | 2002-05-20-MissedIncomingValue.ll | 11 br label %BB3 12 BB3: ; preds = %BB2 14 BB4: ; preds = %BB3 16 BB5: ; preds = %BB3
|
D | apint-basictest.ll | 10 br label %BB3 12 br label %BB3 13 BB3:
|
D | apint-basictest2.ll | 11 br label %BB3 13 br label %BB3 14 BB3:
|
D | apint-ipsccp1.ll | 8 br label %BB3 10 br label %BB3 11 BB3:
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | reorder-basic-blocks.ll | 18 br i1 %r2, label %BB3, label %BB4 21 br i1 %r3, label %BB3, label %BB4 22 BB3: 33 ; SEED1: .Lbasic_block_reordering$BB3: 40 ; SEED2: .Lbasic_block_reordering$BB3
|
/external/llvm/test/Feature/ |
D | terminators.ll | 33 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/Feature/ |
D | terminators.ll | 33 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/ |
D | dcetest.ll | 14 br i1 %kcond, label %BB3, label %BB4 16 BB3: ; preds = %BB2 23 BB5: ; preds = %BB3 27 BB6: ; preds = %BB3
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 14 br i1 %kcond, label %BB3, label %BB4 16 BB3: ; preds = %BB2 23 BB5: ; preds = %BB3 27 BB6: ; preds = %BB3
|
/external/llvm/test/Transforms/ConstProp/ |
D | phi.ll | 8 br i1 %B, label %BB1, label %BB3 11 br label %BB3 13 BB3: ; preds = %BB1, %BB0
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
D | phi.ll | 8 br i1 %B, label %BB1, label %BB3 11 br label %BB3 13 BB3: ; preds = %BB1, %BB0
|