Lines Matching refs:BBWeight
40 double BBWeight;
97 double BBWeight = PI->getExecutionCount(BB);
98 if (BBWeight == ProfileInfoT<FType, BType>::MissingValue) { BBWeight = 0; }
131 << "BBWeight=" << format("%20.20g",BBWeight) << ","
149 << "BBWeight=" << format("%20.20g",DI->BBWeight) << ","
280 DI.BBWeight = PI->getExecutionCount(BB);
281 CheckValue(DI.BBWeight == ProfileInfoT<FType, BType>::MissingValue,
283 CheckValue(DI.BBWeight < 0,
321 CheckValue(!Equals(DI.inWeight,DI.BBWeight),
322 "inWeight and BBWeight do not match", &DI);
327 CheckValue(!Equals(DI.BBWeight,DI.outWeight),
328 "BBWeight and outWeight do not match", &DI);