Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp303 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1904 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1910 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1935 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1941 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1982 OldDelta += PathCount; in PairUpRetainsAndReleases()
1983 OldCount += PathCount; in PairUpRetainsAndReleases()
1993 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1999 NewDelta += PathCount; in PairUpRetainsAndReleases()
[all …]