Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:startBB

1350   llvm::BasicBlock *startBB = nullptr;
1355 startBB = Builder.GetInsertBlock();
1434 phi->addIncoming(llvm::Constant::getNullValue(v->getType()), startBB);
1445 phi->addIncoming(NullVal, startBB);
1452 startBB);
1456 startBB);