Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1414 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit() local
1415 LLVM_DEBUG(dbgs() << RMS.size() << " regmasks in block:"); in tryLocalSplit()
1418 llvm::lower_bound(RMS, Uses.front().getRegSlot()) - RMS.begin(); in tryLocalSplit()
1419 unsigned RE = RMS.size(); in tryLocalSplit()
1422 assert(!SlotIndex::isEarlierInstr(RMS[RI], Uses[I])); in tryLocalSplit()
1423 if (SlotIndex::isEarlierInstr(Uses[I + 1], RMS[RI])) in tryLocalSplit()
1427 if (SlotIndex::isSameInstr(Uses[I + 1], RMS[RI]) && I + 1 == NumGaps) in tryLocalSplit()
1429 LLVM_DEBUG(dbgs() << ' ' << RMS[RI] << ':' << Uses[I] << '-' in tryLocalSplit()
1434 while (RI != RE && SlotIndex::isEarlierInstr(RMS[RI], Uses[I + 1])) in tryLocalSplit()