Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProcResourceHeights

152   ProcResourceHeights.resize(MTM.BlockInfo.size() * PRKinds);
212 ProcResourceHeights.begin() + PROffset);
227 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K];
272 assert((MBBNum+1) * PRKinds <= ProcResourceHeights.size());
273 return ArrayRef<unsigned>(ProcResourceHeights.data() + MBBNum * PRKinds,