reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1506   if (StoreBB == DestBB || OtherBB == DestBB)
 1510   BasicBlock::iterator BBI(OtherBB->getTerminator());
 1512   if (!OtherBr || BBI == OtherBB->begin())
 1523       if (BBI==OtherBB->begin())
 1554           BBI->mayWriteToMemory() || BBI == OtherBB->begin())
 1575     PN->addIncoming(OtherStore->getOperand(0), OtherBB);