Searched refs:CountsFromProfile (Results 1 – 1 of 1) sorted by relevance
1430 std::vector<uint64_t> &CountsFromProfile = Result.get().Counts; in populateCoverage() local1435 Coverage[&BB] = (CountsFromProfile[Index++] != 0); in populateCoverage()1436 assert(Index == CountsFromProfile.size()); in populateCoverage()