Lines Matching refs:CurrentIndex
971 SlotIndex CurrentIndex = LRPosInfo[0].Begin; in extractInstructionFeatures() local
985 while (CurrentIndex <= LRPosInfo[CurrentSegmentIndex].End && in extractInstructionFeatures()
987 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
992 if (CurrentIndex >= LastIndex) { in extractInstructionFeatures()
995 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
998 MachineBasicBlock *CurrentMBBReference = GetMBBReference(CurrentIndex); in extractInstructionFeatures()
1003 extractMBBFrequency(CurrentIndex, InstructionIndex, VisitedMBBs, in extractInstructionFeatures()
1007 assert(LRPosInfo[CurrentSegmentIndex].Begin <= CurrentIndex); in extractInstructionFeatures()
1026 LRPosInfo[OverlapCheckCurrentSegment].Begin <= CurrentIndex) { in extractInstructionFeatures()
1029 if (LRPosInfo[OverlapCheckCurrentSegment].End >= CurrentIndex) { in extractInstructionFeatures()
1038 if (CurrentIndex >= LastIndex) { in extractInstructionFeatures()
1041 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
1054 CurrentIndex = LRPosInfo[CurrentSegmentIndex + 1].Begin; in extractInstructionFeatures()
1060 void extractMBBFrequency(const SlotIndex CurrentIndex, in extractMBBFrequency() argument
1068 float CurrentMBBFreq = GetMBBFreq(CurrentIndex); in extractMBBFrequency()