HomeSort by relevance Sort by last modified time
    Searched full:bb_0 (Results 1 - 2 of 2) sorted by null

  /external/llvm/examples/BrainF/
BrainF.cpp 299 BasicBlock *bb_0 = builder->GetInsertBlock(); local
307 phi_0->addIncoming(curhead, bb_0);
452 BasicBlock *bb_0 = BasicBlock::Create(C, label, brainf_func); local
453 BranchInst::Create(bb_0, oldbb, test_0, testbb);
456 builder->SetInsertPoint(bb_0);
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 289 BasicBlock *bb_0 = builder->GetInsertBlock(); local
297 phi_0->addIncoming(curhead, bb_0);
442 BasicBlock *bb_0 = BasicBlock::Create(C, label, brainf_func); local
443 BranchInst::Create(bb_0, oldbb, test_0, testbb);
446 builder->SetInsertPoint(bb_0);

Completed in 403 milliseconds