Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:DestBB

2565         BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]);
2566 if (CaseVal == 0 || DestBB == 0) {
2570 SI->addCase(CaseVal, DestBB);
2586 if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) {
2587 IBI->addDestination(DestBB);