Searched refs:nextbb (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | sdag-dbgvalue-ssareg.ll | 12 ; refers to it in the nextbb block. 26 br i1 %cmp, label %nextbb, label %exit, !dbg !26 28 nextbb: 29 ; CHECK-LABEL: bb.{{.*}}.nextbb 39 %3 = phi i32 [ 12, %entry ], [ %2, %nextbb ], !dbg !26
|
| /llvm-project-15.0.7/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 266 BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func); in readloop() local 267 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop() 270 builder->SetInsertPoint(nextbb); in readloop()
|