Home
last modified time | relevance | path

Searched refs:bb_0 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp296 BasicBlock *bb_0 = builder->GetInsertBlock(); in readloop() local
303 phi_0->addIncoming(curhead, bb_0); in readloop()
448 BasicBlock *bb_0 = BasicBlock::Create(C, label, brainf_func); in readloop() local
449 BranchInst::Create(bb_0, oldbb, test_0, testbb); in readloop()
452 builder->SetInsertPoint(bb_0); in readloop()