Lines Matching refs:SCDesc
1014 const MCSchedClassDesc *SCDesc = in minFuncUnits() local
1016 if (!SCDesc->isValid()) in minFuncUnits()
1022 make_range(STI->getWriteProcResBegin(SCDesc), in minFuncUnits()
1023 STI->getWriteProcResEnd(SCDesc))) { in minFuncUnits()
1057 const MCSchedClassDesc *SCDesc = in calcCriticalResources() local
1059 if (!SCDesc->isValid()) in calcCriticalResources()
1065 make_range(STI->getWriteProcResBegin(SCDesc), in calcCriticalResources()
1066 STI->getWriteProcResEnd(SCDesc))) { in calcCriticalResources()
3076 const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass); in canReserveResources() local
3077 if (!SCDesc->isValid()) { in canReserveResources()
3085 const MCWriteProcResEntry *I = STI->getWriteProcResBegin(SCDesc); in canReserveResources()
3086 const MCWriteProcResEntry *E = STI->getWriteProcResEnd(SCDesc); in canReserveResources()
3116 const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass); in reserveResources() local
3117 if (!SCDesc->isValid()) { in reserveResources()
3125 make_range(STI->getWriteProcResBegin(SCDesc), in reserveResources()
3126 STI->getWriteProcResEnd(SCDesc))) { in reserveResources()