Searched refs:R2VIndex (Results 1 – 1 of 1) sorted by relevance
25 unsigned R2VIndex = 0; in initialize() local34 Resource2VecIndex.insert(std::pair<unsigned, unsigned>(I, R2VIndex)); in initialize()35 R2VIndex += ProcResource.NumUnits; in initialize()38 NumResourceUnits = R2VIndex; in initialize()52 unsigned R2VIndex = Resource2VecIndex[RR.first]; in onEvent() local53 R2VIndex += countTrailingZeros(RR.second); in onEvent()54 ResourceUsage[R2VIndex + NumResourceUnits * SourceIdx] += Use.second; in onEvent()55 ResourceUsage[R2VIndex + NumResourceUnits * Source.size()] += Use.second; in onEvent()