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

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
 1671           if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
 1673           assert(PathCount != BBState::OverflowOccurredValue &&
 1676           OldDelta -= PathCount;
 1701                 PathCount = BBState::OverflowOccurredValue;
 1702                 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
 1704                 assert(PathCount != BBState::OverflowOccurredValue &&
 1707                 NewDelta -= PathCount;