Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp158 aberrorbb = BasicBlock::Create(C, label, brainf_func); in header()
179 "", aberrorbb); in header()
184 BranchInst::Create(endbb, aberrorbb); in header()
267 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop()
H A DBrainF.h87 BasicBlock *aberrorbb; variable