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

  /external/llvm/examples/BrainF/
BrainF.cpp 290 BasicBlock *bb_0 = builder->GetInsertBlock(); local
298 phi_0->addIncoming(curhead, bb_0);
443 BasicBlock *bb_0 = BasicBlock::Create(C, label, brainf_func); local
444 BranchInst::Create(bb_0, oldbb, test_0, testbb);
447 builder->SetInsertPoint(bb_0);

Completed in 192 milliseconds