/external/llvm/test/Analysis/RegionInfo/ |
multiple_exiting_edge.ll | 1 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 16 ; BBIT: bb38, bb42, bb41, 17 ; BBIT: bb38, bb41, 34 ; BBIT: bb38, bb41, bb42, 35 ; BBIT: bb38, bb41,
|
condition_complicated_2.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 39 ; BBIT: end33, end124, exit, lor.lhs.false95, then107, then113, end172, 40 ; BBIT: end33, end124, lor.lhs.false95, then107, then113, end172, 41 ; BBIT: then107, then113,
|
condition_same_exit.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 26 ; BBIT: 0, 1, 2, 4, 3, 27 ; BBIT: 0, 1, 2, 3, 28 ; BBIT: 1, 2, 3,
|
two_loops_same_header.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 41 ; BBIT: entry, outer, body, else, else106, end, true77, then83, 42 ; BBIT: outer, body, else, else106, true77, then83, 43 ; BBIT: outer, body, true77, then83,
|
condition_complicated.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 53 ; BBIT: end165, false239, then245, then251, end253, end265, then291, end298, else259, true181, then187, else232, 54 ; BBIT: end165, false239, then245, then251, end253, else259, true181, then187, else232, 55 ; BBIT: then245, then251, 56 ; BBIT: end265, then291,
|
loop_with_condition.ll | 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 39 ; BBIT: 0, 1, 6, 2, 3, 5, 8, 7, 9, 4, 40 ; BBIT: 1, 2, 3, 5, 8, 7, 9, 4, 41 ; BBIT: 2, 3, 5, 8, 9, 4, 42 ; BBIT: 2, 3, 4,
|
next.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 42 ; BBIT: entry, __label_002001.outer, __label_002001, bb93, __label_000020, bb197, bb229, bb224, 43 ; BBIT: __label_002001.outer, __label_002001, bb93, bb197, bb229, bb224, 44 ; BBIT: bb197, bb224, 45 ; BBIT: bb224,
|
mix_1.ll | 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 60 ; BBIT: 0, 1, 2, 4, 6, 7, 15, 8, 16, 9, 10, 17, 18, 11, 13, 14, 12, 3, 5, 61 ; BBIT: 0, 1, 2, 4, 6, 7, 3, 5, 62 ; BBIT: 1, 2, 4, 6, 3, 5, 63 ; BBIT: 8, 16, 9, 11, 13, 14, 12, 64 ; BBIT: 11, 13, 12,
|
infinite_loop_3.ll | 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 47 ; BBIT: 0, 7, 1, 2, 5, 11, 6, 12, 3, 4, 8, 9, 13, 10, 14, 48 ; BBIT: 7, 8, 9, 13, 10, 14, 49 ; BBIT: 1, 2, 5, 11, 6, 12,
|
cond_loop.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 30 ; BBIT: 5, 0, 1, 2, 3, 4, 31 ; BBIT: 0, 1, 3, 4,
|
condition_forward_edge.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 23 ; BBIT: 0, 1, 2, 3, 24 ; BBIT: 1, 2,
|
condition_simple.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 25 ; BBIT: 0, 1, 2, 4, 3, 26 ; BBIT: 1, 2, 3,
|
exit_in_condition.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 35 ; BBIT: entry, outer, body, body.i, end, if.end, if.then64, 36 ; BBIT: outer, body, body.i, if.end, if.then64,
|
infinite_loop_2.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 33 ; BBIT: 0, 1, 2, 5, 11, 6, 12, 3, 4, 34 ; BBIT: 1, 2, 5, 11, 6, 12,
|
loops_1.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 37 ; BBIT: entry, outer, body, land, exit, if, end, a, 38 ; BBIT: entry, outer, body, land, exit, if, a,
|
nested_loops.ll | 5 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 30 ; BBIT: entry, outer, body, exit172, end, 31 ; BBIT: outer, body, exit172,
|
paper.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 48 ; BBIT: 0, 1, 2, 3, 13, 4, 5, 8, 9, 10, 12, 11, 6, 7, 49 ; BBIT: 1, 2, 3, 13, 4, 5, 8, 9, 10, 12, 11, 6, 50 ; BBIT: 1, 2, 3, 13, 51 ; BBIT: 8, 9, 10, 12, 11,
|
infinite_loop_4.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 45 ; BBIT: 0, 7, 1, 2, 5, 11, 6, 10, 8, 9, 13, 14, 12, 3, 4, 46 ; BBIT: 7, 1, 2, 5, 11, 6, 10, 8, 9, 13, 14, 12,
|
loops_2.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 46 ; BBIT: entry, bb23, bb.i, pflini_.exit, bb58thread-split, bb58, bb59, bb60, bb61, l98, 47 ; BBIT: bb23, bb.i, pflini_.exit, bb58thread-split, bb58, bb59, bb60, bb61,
|
block_sort.ll | 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s 39 ; BBIT: start, while, while.body134.i.i, end, w, if.end140.i.i, while.end186.i.i, if.end183.i.i, 40 ; BBIT: while, while.body134.i.i, w, if.end140.i.i, while.end186.i.i, if.end183.i.i,
|
/prebuilts/go/darwin-x86/test/ |
iota.go | 74 bbit, bmask = 1 << iota, 1<<iota - 1 118 assert(bbit == 2, "bbit") 73 bbit, bmask = 1 << iota, 1<<iota - 1 const
|
/prebuilts/go/linux-x86/test/ |
iota.go | 74 bbit, bmask = 1 << iota, 1<<iota - 1 118 assert(bbit == 2, "bbit") 73 bbit, bmask = 1 << iota, 1<<iota - 1 const
|
/external/llvm/lib/Transforms/Scalar/ |
FlattenCFGPass.cpp | 61 for (Function::iterator BBIt = F.begin(); BBIt != F.end();) { 62 if (FlattenCFG(&*BBIt++, AA)) {
|
SimplifyCFGPass.cpp | 138 for (Function::iterator BBIt = F.begin(); BBIt != F.end(); ) { 139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) {
|
/external/llvm/lib/Target/Mips/ |
MipsSchedule.td | 33 def II_BBIT : InstrItinClass; // bbit[01], bbit[01]32
|