HomeSort by relevance Sort by last modified time
    Searched refs:ParentCount (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 667 Counter ParentCount = getRegion().getCounter();
678 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
684 if (OutCount != ParentCount)
691 Counter ParentCount = getRegion().getCounter();
697 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody());
705 if (OutCount != ParentCount)
714 Counter ParentCount = getRegion().getCounter();
730 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
738 if (OutCount != ParentCount)
747 Counter ParentCount = getRegion().getCounter()
    [all...]
CodeGenPGO.cpp 331 uint64_t ParentCount = CurrentCount;
347 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
380 uint64_t ParentCount = CurrentCount;
401 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
417 uint64_t ParentCount = CurrentCount;
435 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
445 uint64_t ParentCount = CurrentCount;
454 setCount(BC.BreakCount + ParentCount + BackedgeCount + BC.ContinueCount -
490 uint64_t ParentCount = CurrentCount;
500 uint64_t ElseCount = ParentCount - ThenCount
    [all...]
CGStmt.cpp 750 uint64_t ParentCount = getCurrentProfileCount();
788 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
    [all...]

Completed in 336 milliseconds