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 287 BasicBlock *bb_0 = builder->GetInsertBlock(); local
295 phi_0->addIncoming(curhead, bb_0);
440 BasicBlock *bb_0 = BasicBlock::Create(C, label, brainf_func); local
441 BranchInst::Create(bb_0, oldbb, test_0, testbb);
444 builder->SetInsertPoint(bb_0);

Completed in 526 milliseconds