Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp188 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb, in readloop() argument
292 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func); in readloop() local
293 builder->CreateBr(testbb); in readloop()
302 headreg, testbb); in readloop()
306 readloop(phi_0, bb_1, testbb, C); in readloop()
431 builder->CreateBr(testbb); in readloop()
441 LoadInst *tape_0 = new LoadInst(Int8Ty, head_0, tapereg, testbb); in readloop()
444 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0, in readloop()
449 BranchInst::Create(bb_0, oldbb, test_0, testbb); in readloop()
457 phi_1->addIncoming(head_0, testbb); in readloop()
H A DBrainF.h74 BasicBlock *testbb, LLVMContext &Context);