Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp303 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1906 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1912 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1937 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1943 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1984 OldDelta += PathCount; in PairUpRetainsAndReleases()
1985 OldCount += PathCount; in PairUpRetainsAndReleases()
1995 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
2001 NewDelta += PathCount; in PairUpRetainsAndReleases()
[all …]