reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/BrainF/BrainF.cpp
  433       builder->CreateBr(testbb);
  443       LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb);
  446       ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
  451       BranchInst::Create(bb_0, oldbb, test_0, testbb);
  460       phi_1->addIncoming(head_0, testbb);