Searched refs:CurrentMBBIndex (Results 1 – 2 of 2) sorted by relevance
1066 size_t CurrentMBBIndex = 0; in extractInstructionFeatures() local1093 VisitedMBBs[CurrentMBBReference] = CurrentMBBIndex; in extractInstructionFeatures()1094 ++CurrentMBBIndex; in extractInstructionFeatures()1159 size_t CurrentMBBIndex = VisitedMBBs[CurrentMBBReference]; in extractMBBFrequency() local1161 if (CurrentMBBIndex < ModelMaxSupportedMBBCount) { in extractMBBFrequency()1162 RegallocRunner->getTensor<float>(MBBFreqIndex)[CurrentMBBIndex] = in extractMBBFrequency()1165 MBBMappingIndex)[CurrentInstructionIndex] = CurrentMBBIndex; in extractMBBFrequency()