Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InsertBB

1205       llvm::BasicBlock *InsertBB = Builder.GetInsertBlock();
1207 if (InsertBB->empty() ||
1208 !(SI = dyn_cast<llvm::StoreInst>(&InsertBB->back())) ||