reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
863 TBI.HasValidInstrDepths = true; 864 TBI.CriticalPath = 0; 868 dbgs() << format("%7u Instructions\n", TBI.InstrDepth); 880 if (TBI.HasValidInstrHeights) 881 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); 881 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); 884 updateDepth(TBI, UseMI, RegUnits);