Home
last modified time | relevance | path

Searched refs:PathCount (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp288 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
297 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1621 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1627 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1652 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1658 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1699 OldDelta += PathCount; in PairUpRetainsAndReleases()
1700 OldCount += PathCount; in PairUpRetainsAndReleases()
1710 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1716 NewDelta += PathCount; in PairUpRetainsAndReleases()
[all …]