Lines Matching refs:BBWeight
129 double BBWeight = 0;
137 BBWeight += ignoreMissing(w);
154 BBWeight = getExecutionCount(BB);
181 double incoming = BBWeight;
206 EdgeInformation[BB->getParent()][edge] = BBWeight;
209 EdgeInformation[BB->getParent()][edge] = BBWeight * ExecCount;
252 BBWeight *= (ExecCount+1);
255 BlockInformation[BB->getParent()][BB] = BBWeight;
268 EdgeInformation[BB->getParent()][edge] = BBWeight;
276 BBWeight -= getEdgeWeight(edge);
282 BBWeight -= MinimalWeight[edge];
289 double fraction = Edges.size() ? floor(BBWeight/Edges.size()) : 0.0;
296 BBWeight -= fraction;
298 EdgeInformation[BB->getParent()][*ei] += BBWeight;