reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
52 RFU.CurrentlyUsedMappings += NumUsedPhysRegs; 53 RFU.TotalMappings += NumUsedPhysRegs; 54 RFU.MaxUsedMappings = 55 std::max(RFU.MaxUsedMappings, RFU.CurrentlyUsedMappings); 55 std::max(RFU.MaxUsedMappings, RFU.CurrentlyUsedMappings);