Lines Matching defs:OutCount
1603 Counter OutCount =
1609 if (OutCount != ParentCount) {
1610 pushRegion(OutCount);
1611 GapRegionCounter = OutCount;
1650 Counter OutCount =
1655 if (OutCount != ParentCount) {
1656 pushRegion(OutCount);
1657 GapRegionCounter = OutCount;
1723 Counter OutCount =
1728 if (OutCount != ParentCount) {
1729 pushRegion(OutCount);
1730 GapRegionCounter = OutCount;
1766 Counter OutCount;
1769 OutCount = getRegionCounter(S);
1772 OutCount =
1775 if (OutCount != ParentCount) {
1776 pushRegion(OutCount);
1777 GapRegionCounter = OutCount;
1807 Counter OutCount =
1809 if (OutCount != ParentCount) {
1810 pushRegion(OutCount);
1811 GapRegionCounter = OutCount;
2034 Counter OutCount = propagateCounts(ThenCount, S->getThen());
2054 OutCount = addCounters(OutCount, ElseOutCount);
2059 OutCount = addCounters(OutCount, ElseCount);
2062 OutCount = getRegionCounter(S);
2064 if (OutCount != ParentCount) {
2065 pushRegion(OutCount);
2066 GapRegionCounter = OutCount;
2101 Counter OutCount;
2105 OutCount = TrueCount;
2115 OutCount = propagateCounts(TrueCount, E->getTrueExpr());
2125 OutCount = getRegionCounter(E);
2127 OutCount = addCounters(OutCount, FalseOutCount);
2129 if (OutCount != ParentCount) {
2130 pushRegion(OutCount);
2131 GapRegionCounter = OutCount;
2287 Counter OutCount = propagateCounts(getRegion().getCounter(), E->getLHS());
2307 GapRegionCounter = OutCount;