Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:DestBB

2510         BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]);
2511 if (CaseVal == 0 || DestBB == 0) {
2515 SI->addCase(CaseVal, DestBB);
2531 if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) {
2532 IBI->addDestination(DestBB);