HomeSort by: relevance | last modified time | path
    Searched refs:ContinueCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 379 uint64_t ContinueCount;
380 BreakContinue() : BreakCount(0), ContinueCount(0) {}
482 BreakContinueStack.back().ContinueCount += CurrentCount;
505 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
526 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
552 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount);
559 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
589 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount);
595 setCount(ParentCount + BackedgeCount + BC.ContinueCount);
614 setCount(BC.BreakCount + ParentCount + BackedgeCount + BC.ContinueCount
    [all...]
CoverageMappingGen.cpp 936 Counter ContinueCount;
1058 BreakContinueStack.back().ContinueCount = addCounters(
1059 BreakContinueStack.back().ContinueCount, getRegion().getCounter());
1090 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
1128 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount);
1171 propagateCounts(addCounters(BackedgeCount, BodyBC.ContinueCount), Inc);
1177 addCounters(ParentCount, BackedgeCount, BodyBC.ContinueCount),
1178 IncrementBC.ContinueCount);
1227 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
1260 addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
    [all...]

Completed in 19 milliseconds