Lines Matching full:testbb
180 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb,
283 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func);
284 builder->CreateBr(testbb);
294 2, headreg, testbb);
298 readloop(phi_0, bb_1, testbb, C);
423 builder->CreateBr(testbb);
433 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb);
436 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
441 BranchInst::Create(bb_0, oldbb, test_0, testbb);
450 phi_1->addIncoming(head_0, testbb);