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 346 uint64_t CondCount =
348 CountMap[S->getCond()] = CondCount;
350 setCount(BC.BreakCount + CondCount - BodyCount);
368 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount);
369 CountMap[S->getCond()] = CondCount;
371 setCount(BC.BreakCount + CondCount - LoopCount);
400 uint64_t CondCount =
403 CountMap[S->getCond()] = CondCount;
406 setCount(BC.BreakCount + CondCount - BodyCount);
434 uint64_t CondCount
    [all...]
CoverageMappingGen.cpp 677 Counter CondCount =
679 propagateCounts(CondCount, S->getCond());
683 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
700 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount);
701 propagateCounts(CondCount, S->getCond());
704 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
729 Counter CondCount =
732 propagateCounts(CondCount, Cond);
737 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount));
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 7076 int condcount = 0; local
    [all...]

Completed in 294 milliseconds