Lines Matching full:testbb
184 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb,
286 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func);
287 builder->CreateBr(testbb);
297 2, headreg, testbb);
301 readloop(phi_0, bb_1, testbb, C);
426 builder->CreateBr(testbb);
436 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb);
439 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
444 BranchInst::Create(bb_0, oldbb, test_0, testbb);
453 phi_1->addIncoming(head_0, testbb);