reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
291 const MachineFunction &MF = *TBBInfo.BB->getParent(); 293 MachineBasicBlock::iterator TIB = TBBInfo.BB->begin(); 295 MachineBasicBlock::iterator TIE = TBBInfo.BB->end(); 300 *TBBInfo.BB, *FBBInfo.BB, 308 for (auto &I : make_range(TBBInfo.BB->begin(), TIB)) { 321 for (auto &I : make_range(TIE, TBBInfo.BB->end())) { 322 if (I.isBranch() && TBBInfo.IsBrAnalyzable && !Forked) { 383 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; 383 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; 387 *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB, 387 *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB, 391 << ", TExtra=" << TBBInfo.ExtraCost2 << ", FExtra="