Searched refs:fallthrough2 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A 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 ], [ …
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | switch-implicit-fallthrough-per-method.cpp | 23 int fallthrough2(int n) { in fallthrough2() function
|
| H A D | switch-implicit-fallthrough-cxx98.cpp | 85 void fallthrough2(int n) { in fallthrough2() function
|
| H A D | switch-implicit-fallthrough.cpp | 124 void fallthrough2(int n) { in fallthrough2() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | eh-lsda.ll | 224 br i1 %matches1, label %catch7, label %catch.fallthrough2 233 catch.fallthrough2: ; preds = %catch.fallthrough 239 catch4: ; preds = %catch.fallthrough2 245 catch: ; preds = %catch.fallthrough2
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | merge-cond-stores.ll | 113 br i1 %x3, label %fallthrough2, label %yes3 117 br label %fallthrough2 119 fallthrough2:
|