Lines Matching full:readcount
93 void ProfileMetadataLoaderPass::readEdge(unsigned ReadCount,
96 if (ReadCount >= Counters.size()) return;
98 unsigned weight = Counters[ReadCount];
103 << " (# "<< (ReadCount) << "): "
112 unsigned ReadCount = 0;
117 readEdge(ReadCount++, PB, PB.getEdge(0, &F->getEntryBlock()), Counters);
121 readEdge(ReadCount++, PB, PB.getEdge(BB,TI->getSuccessor(s)),
127 return ReadCount;
177 unsigned ReadCount = matchEdges(M, PB, Counters);
179 if (ReadCount != Counters.size()) {
183 NumEdgesRead = ReadCount;
187 return ReadCount > 0;