Searched refs:testbb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp189 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb, argument
294 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func); local
295 builder->CreateBr(testbb);
305 2, headreg, testbb);
309 readloop(phi_0, bb_1, testbb, C);
434 builder->CreateBr(testbb);
445 tapereg, testbb);
448 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
453 BranchInst::Create(bb_0, oldbb, test_0, testbb);
462 phi_1->addIncoming(head_0, testbb);
[all...]
H A DBrainF.h74 BasicBlock *testbb, LLVMContext &Context);

Completed in 88 milliseconds