Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:StoreBB

1147   BasicBlock *StoreBB = SI.getParent();
1152 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
1160 if (P != StoreBB)
1167 if (P != StoreBB) {
1177 if (StoreBB == DestBB || OtherBB == DestBB)
1206 // destinations is StoreBB, then we have the if/then case.
1207 if (OtherBr->getSuccessor(0) != StoreBB &&
1208 OtherBr->getSuccessor(1) != StoreBB)
1211 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
1231 // StoreBB.
1232 for (BasicBlock::iterator I = StoreBB->begin(); &*I != &SI; ++I) {