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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 504 uint64_t CondCount =
506 CountMap[S->getCond()] = CondCount;
508 setCount(BC.BreakCount + CondCount - BodyCount);
526 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
527 CountMap[S->getCond()] = CondCount;
529 setCount(BC.BreakCount + CondCount - LoopCount);
558 uint64_t CondCount =
561 CountMap[S->getCond()] = CondCount;
564 setCount(BC.BreakCount + CondCount - BodyCount);
594 uint64_t CondCount
    [all...]
CoverageMappingGen.cpp 1089 Counter CondCount =
1091 propagateCounts(CondCount, S->getCond());
1100 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
1110 subtractCounters(CondCount, BodyCount));
1128 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount);
1129 propagateCounts(CondCount, S->getCond());
1132 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
1140 subtractCounters(CondCount, BodyCount));
1176 Counter CondCount = addCounters(
1180 propagateCounts(CondCount, Cond)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterEmitter.cpp 1053 unsigned CondCount = 0;
1095 unsigned CondStart = CondCount;
1099 CondCount += IAP->getCondCount();

Completed in 62 milliseconds