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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1512   if (!OtherBr || BBI == OtherBB->begin())
 1518   if (OtherBr->isUnconditional()) {
 1536     if (OtherBr->getSuccessor(0) != StoreBB &&
 1537         OtherBr->getSuccessor(1) != StoreBB)