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

/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp682 Counter OutCount = local
684 if (OutCount != ParentCount)
685 pushRegion(OutCount);
703 Counter OutCount = local
705 if (OutCount != ParentCount)
706 pushRegion(OutCount);
736 Counter OutCount = local
738 if (OutCount != ParentCount)
739 pushRegion(OutCount);
757 Counter OutCount local
777 Counter OutCount = local
853 Counter OutCount = propagateCounts(ThenCount, S->getThen()); local
[all...]
H A DCodeGenPGO.cpp498 uint64_t OutCount = CurrentCount; local
505 OutCount += CurrentCount;
507 OutCount += ElseCount;
508 setCount(OutCount);
540 uint64_t OutCount = CurrentCount; local
545 OutCount += CurrentCount;
547 setCount(OutCount);

Completed in 257 milliseconds