reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 MachineBasicBlock::iterator FIB = FBBInfo.BB->begin(); 296 MachineBasicBlock::iterator FIE = FBBInfo.BB->end(); 300 *TBBInfo.BB, *FBBInfo.BB, 312 for (auto &I : make_range(FBBInfo.BB->begin(), FIB)) { 330 for (auto &I : make_range(FIE, FBBInfo.BB->end())) { 331 if (I.isBranch() && FBBInfo.IsBrAnalyzable && !Forked) { 384 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; 384 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; 387 *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB, 388 FCycle, FBBInfo.ExtraCost2, Prediction); 392 << FBBInfo.ExtraCost2 << ") = " << Res << "\n");