reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
137 Weight = BPI->getEdgeProbability(&*BB, TargetBB).scale(scaleFactor); 138 auto *E = &addEdge(&*BB, TargetBB, Weight); 141 << TargetBB->getName() << " w=" << Weight << "\n"); 145 if (Weight > MaxEntryOutWeight) { 146 MaxEntryOutWeight = Weight; 153 if (Weight > MaxExitInWeight) { 154 MaxExitInWeight = Weight;