Home
last modified time | relevance | path

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

/external/llvm/examples/BrainF/
DBrainF.cpp162 aberrorbb = BasicBlock::Create(C, label, brainf_func); in header()
183 "", aberrorbb); in header()
188 BranchInst::Create(endbb, aberrorbb); in header()
270 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop()
DBrainF.h88 BasicBlock *aberrorbb; variable
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp153 aberrorbb = BasicBlock::Create(C, label, brainf_func); in header()
174 "", aberrorbb); in header()
179 BranchInst::Create(endbb, aberrorbb); in header()
260 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop()
DBrainF.h87 BasicBlock *aberrorbb; variable