Searched refs:ProcResGroups (Results 1 – 4 of 4) sorted by relevance
1446 ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()1497 RecVec ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources() local1498 for (RecIter RI = ProcResGroups.begin(), RE = ProcResGroups.end(); in collectProcResources()1544 ProcResGroups.clear(); in collectProcResources()1680 assert(!ProcResGroups.empty()); in findProcResUnits()1695 for (RecIter RI = ProcResGroups.begin(), RE = ProcResGroups.end(); in findProcResUnits()
251 RecVec ProcResGroups; variable
1556 ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()1605 RecVec ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources() local1606 for (Record *PRG : ProcResGroups) { in collectProcResources()1656 ProcResGroups.clear(); in collectProcResources()1790 assert(!ProcResGroups.empty()); in findProcResUnits()1803 for (Record *ProcResGroup : ProcResGroups) { in findProcResUnits()
299 RecVec ProcResGroups; variable