Lines Matching defs:StoreBB
1493 BasicBlock *StoreBB = SI.getParent();
1494 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
1500 if (*PredIter == StoreBB)
1506 if (StoreBB == DestBB || OtherBB == DestBB)
1544 // destinations is StoreBB, then we have the if/then case.
1545 if (OtherBr->getSuccessor(0) != StoreBB &&
1546 OtherBr->getSuccessor(1) != StoreBB)
1549 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
1566 // reads or overwrites the stored value in StoreBB.
1567 for (BasicBlock::iterator I = StoreBB->begin(); &*I != &SI; ++I) {