Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp290 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
299 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1580 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1581 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1583 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1586 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1611 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1612 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1614 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1617 NewDelta -= PathCount; in PairUpRetainsAndReleases()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp300 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
309 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1865 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1866 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1868 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1871 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1896 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1897 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1899 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1902 NewDelta -= PathCount; in PairUpRetainsAndReleases()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp302 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
311 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1792 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1793 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1795 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1798 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1823 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1824 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1826 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1829 NewDelta -= PathCount; in PairUpRetainsAndReleases()
[all …]
/external/skia/third_party/vello/src/
Dshaders.rs90 ffi::ShaderStage::PathCount => &PATH_COUNT, in shader()
Dlib.rs27 PathCount, enumerator
/external/skia/src/gpu/graphite/compute/
DVelloComputeSteps.h241 VELLO_COMPUTE_STEP(PathCount);