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

  /external/llvm/lib/IR/
GCOV.cpp 324 uint64_t ArcCount;
325 if (!Buff.readInt64(ArcCount))
327 Block.addCount(EdgeNo, ArcCount);

Completed in 67 milliseconds