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

/external/llvm/examples/BrainF/
H A DBrainF.cpp192 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb, argument
295 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func); local
296 builder->CreateBr(testbb);
306 2, headreg, testbb);
310 readloop(phi_0, bb_1, testbb, C);
435 builder->CreateBr(testbb);
445 LoadInst *tape_0 = new LoadInst(head_0, 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.h75 BasicBlock *testbb, LLVMContext &Context);
/external/swiftshader/third_party/LLVM/examples/BrainF/
H A DBrainF.cpp183 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb, argument
285 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func); local
286 builder->CreateBr(testbb);
296 2, headreg, testbb);
300 readloop(phi_0, bb_1, testbb, C);
425 builder->CreateBr(testbb);
435 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb);
438 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
443 BranchInst::Create(bb_0, oldbb, test_0, testbb);
452 phi_1->addIncoming(head_0, testbb);
[all...]
H A DBrainF.h74 BasicBlock *testbb, LLVMContext &Context);

Completed in 142 milliseconds