Home
last modified time | relevance | path

Searched refs:CurrentSegmentIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp970 size_t CurrentSegmentIndex = 0; in extractInstructionFeatures() local
985 while (CurrentIndex <= LRPosInfo[CurrentSegmentIndex].End && in extractInstructionFeatures()
1007 assert(LRPosInfo[CurrentSegmentIndex].Begin <= CurrentIndex); in extractInstructionFeatures()
1011 auto CurrentSegmentPosition = LRPosInfo[CurrentSegmentIndex].Pos; in extractInstructionFeatures()
1024 size_t OverlapCheckCurrentSegment = CurrentSegmentIndex + 1; in extractInstructionFeatures()
1045 if (CurrentSegmentIndex == LRPosInfo.size() - 1 || in extractInstructionFeatures()
1052 if (LRPosInfo[CurrentSegmentIndex + 1].Begin > in extractInstructionFeatures()
1053 LRPosInfo[CurrentSegmentIndex].End) { in extractInstructionFeatures()
1054 CurrentIndex = LRPosInfo[CurrentSegmentIndex + 1].Begin; in extractInstructionFeatures()
1056 ++CurrentSegmentIndex; in extractInstructionFeatures()