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

  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 341 uint64_t CondCount =
343 CountMap[S->getCond()] = CondCount;
345 setCount(BC.BreakCount + CondCount - BodyCount);
363 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
364 CountMap[S->getCond()] = CondCount;
366 setCount(BC.BreakCount + CondCount - LoopCount);
395 uint64_t CondCount =
398 CountMap[S->getCond()] = CondCount;
401 setCount(BC.BreakCount + CondCount - BodyCount);
428 uint64_t CondCount
    [all...]
CoverageMappingGen.cpp 636 Counter CondCount =
638 propagateCounts(CondCount, S->getCond());
642 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
659 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount);
660 propagateCounts(CondCount, S->getCond());
663 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
688 Counter CondCount =
691 propagateCounts(CondCount, Cond);
696 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
    [all...]
  /external/pcre/dist/
pcre_compile.c 7739 int condcount = 0; local
    [all...]

Completed in 565 milliseconds