Lines Matching defs:RI1
135 RewriteInstance &RI1;
183 RI1.getTotalScore();
192 RI1.getTotalScore();
201 return Score / RI1.getTotalScore();
208 for (const auto &BFI : RI1.BC->getBinaryFunctions()) {
211 const double Score = getNormalizedScore(Function, RI1);
299 RI1.BC->logBOLTErrorsAndQuitOnFatal(PPS.runOnFunctions(*RI1.BC));
301 RI1.BC->logBOLTErrorsAndQuitOnFatal(PPS.runOnFunctions(*RI2.BC));
308 for (const auto &BFI : RI1.BC->getBinaryFunctions()) {
382 const double ScoreEdge1 = getNormalizedScore(BIIter1, RI1);
422 getNormalizedScore(*BB1, RI1)),
437 const double Score1 = getNormalizedScore(*BBMap[BB2], RI1);
500 for (const auto &BFI : RI1.BC->getBinaryFunctions()) {
502 double Score = getNormalizedScore(Function, RI1);
542 double Score1 = getNormalizedScore(*Func1, RI1);
670 RewriteInstanceDiff(RewriteInstance &RI1, RewriteInstance &RI2)
671 : RI1(RI1), RI2(RI2) {