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

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
 1743           if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
 1745           assert(PathCount != BBState::OverflowOccurredValue &&
 1748           OldDelta += PathCount;
 1749           OldCount += PathCount;
 1759                 PathCount = BBState::OverflowOccurredValue;
 1760                 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
 1762                 assert(PathCount != BBState::OverflowOccurredValue &&
 1765                 NewDelta += PathCount;
 1766                 NewCount += PathCount;