Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp299 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
308 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1864 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1865 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1867 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1870 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1895 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1896 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1898 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1901 NewDelta -= PathCount; in PairUpRetainsAndReleases()
[all …]