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

/external/llvm/examples/BrainF/
H A DBrainF.cpp184 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb, argument
286 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func); local
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);
[all...]

Completed in 57 milliseconds