Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp300 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
309 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1867 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1873 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1898 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1904 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1945 OldDelta += PathCount; in PairUpRetainsAndReleases()
1946 OldCount += PathCount; in PairUpRetainsAndReleases()
1956 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1962 NewDelta += PathCount; in PairUpRetainsAndReleases()
[all …]