Searched refs:RegionEndIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1684 // RegionEndIdx is the slot index of the last non-debug instruction in the
1685 // scheduling region. So we may have RegionBeginIdx == RegionEndIdx.
1686 SlotIndex RegionEndIdx; member in class:__anon3521::CopyConstrain
1752 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1756 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
1862 RegionEndIdx = DAG->getLIS()->getInstructionIndex(

Completed in 58 milliseconds