Searched refs:ProcResGroups (Results 1 – 2 of 2) 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