Home | History | Annotate | Download | only in Analysis

Lines Matching defs:PB

94                                          ProfileData &PB, ProfileData::Edge e,
100 PB.addEdgeWeight(e, weight);
104 << PB.getEdgeWeight(e) << "\n");
108 unsigned ProfileMetadataLoaderPass::matchEdges(Module &M, ProfileData &PB,
117 readEdge(ReadCount++, PB, PB.getEdge(0, &F->getEntryBlock()), Counters);
121 readEdge(ReadCount++, PB, PB.getEdge(BB,TI->getSuccessor(s)),
134 ProfileData &PB) {
152 ProfileData::Edge edge = PB.getEdge(BB, TI->getSuccessor(s));
153 Weights[s] = (uint32_t)PB.getEdgeWeight(edge);
173 ProfileData PB;
177 unsigned ReadCount = matchEdges(M, PB, Counters);
185 setBranchWeightMetadata(M, PB);