Lines Matching full:bbweight
39 double BBWeight;
96 double BBWeight = PI->getExecutionCount(BB);
97 if (BBWeight == ProfileInfoT<FType, BType>::MissingValue) { BBWeight = 0; }
130 << "BBWeight=" << format("%20.20g",BBWeight) << ","
148 << "BBWeight=" << format("%20.20g",DI->BBWeight) << ","
279 DI.BBWeight = PI->getExecutionCount(BB);
280 CheckValue(DI.BBWeight == ProfileInfoT<FType, BType>::MissingValue,
282 CheckValue(DI.BBWeight < 0,
320 CheckValue(!Equals(DI.inWeight,DI.BBWeight),
321 "inWeight and BBWeight do not match", &DI);
326 CheckValue(!Equals(DI.BBWeight,DI.outWeight),
327 "BBWeight and outWeight do not match", &DI);