Searched refs:OutCount (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1099 Counter OutCount = local
1101 if (OutCount != ParentCount) {
1102 pushRegion(OutCount);
1103 GapRegionCounter = OutCount;
1131 Counter OutCount = local
1133 if (OutCount != ParentCount) {
1134 pushRegion(OutCount);
1135 GapRegionCounter = OutCount;
1189 Counter OutCount = addCounters(BodyBC.BreakCount, IncrementBC.BreakCount, local
1191 if (OutCount !
1228 Counter OutCount = local
1261 Counter OutCount = local
1383 Counter OutCount = propagateCounts(ThenCount, S->getThen()); local
[all...]
H A DCodeGenPGO.cpp662 uint64_t OutCount = CurrentCount; local
669 OutCount += CurrentCount;
671 OutCount += ElseCount;
672 setCount(OutCount);
704 uint64_t OutCount = CurrentCount; local
709 OutCount += CurrentCount;
711 setCount(OutCount);

Completed in 198 milliseconds