Searched refs:fallthrough2 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | callbr-asm-outputs.ll | 174 ; CHECK-NEXT: # %bb.2: # %asm.fallthrough2 192 to label %asm.fallthrough2 [label %label_true, label %return] 194 asm.fallthrough2: ; preds = %asm.fallthrough 203 … ; preds = %entry, %asm.fallthrough, %label_true, %asm.fallthrough2 204 …%retval.0 = phi i32 [ %add, %asm.fallthrough2 ], [ -2, %label_true ], [ -1, %asm.fallthrough ], [ …
|
/external/llvm-project/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-per-method.cpp | 23 int fallthrough2(int n) { in fallthrough2() function
|
D | switch-implicit-fallthrough-cxx98.cpp | 85 void fallthrough2(int n) { in fallthrough2() function
|
D | switch-implicit-fallthrough.cpp | 120 void fallthrough2(int n) { in fallthrough2() function
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-per-method.cpp | 23 int fallthrough2(int n) { in fallthrough2() function
|
D | switch-implicit-fallthrough-cxx98.cpp | 85 void fallthrough2(int n) { in fallthrough2() function
|
D | switch-implicit-fallthrough.cpp | 120 void fallthrough2(int n) { in fallthrough2() function
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | merge-cond-stores.ll | 58 br i1 %x3, label %fallthrough2, label %yes3 62 br label %fallthrough2 64 fallthrough2:
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | eh-lsda.ll | 206 br i1 %matches1, label %catch7, label %catch.fallthrough2 215 catch.fallthrough2: ; preds = %catch.fallthrough 221 catch4: ; preds = %catch.fallthrough2 227 catch: ; preds = %catch.fallthrough2
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | merge-cond-stores.ll | 116 br i1 %x3, label %fallthrough2, label %yes3 120 br label %fallthrough2 122 fallthrough2:
|