Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:StoreBB

693   BasicBlock *StoreBB = SI.getParent();
698 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
706 if (P != StoreBB)
713 if (P != StoreBB) {
723 if (StoreBB == DestBB || OtherBB == DestBB)
752 // destinations is StoreBB, then we have the if/then case.
753 if (OtherBr->getSuccessor(0) != StoreBB &&
754 OtherBr->getSuccessor(1) != StoreBB)
757 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
777 // StoreBB.
778 for (BasicBlock::iterator I = StoreBB->begin(); &*I != &SI; ++I) {