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

/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp641 Counter OutCount = local
643 if (OutCount != ParentCount)
644 pushRegion(OutCount);
662 Counter OutCount = local
664 if (OutCount != ParentCount)
665 pushRegion(OutCount);
695 Counter OutCount = local
697 if (OutCount != ParentCount)
698 pushRegion(OutCount);
716 Counter OutCount local
736 Counter OutCount = local
810 Counter OutCount = propagateCounts(ThenCount, S->getThen()); local
[all...]
H A DCodeGenPGO.cpp492 uint64_t OutCount = CurrentCount; local
499 OutCount += CurrentCount;
501 OutCount += ElseCount;
502 setCount(OutCount);
534 uint64_t OutCount = CurrentCount; local
539 OutCount += CurrentCount;
541 setCount(OutCount);

Completed in 174 milliseconds