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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1682 SlotIndex RegionBeginIdx; member in class:__anon3521::CopyConstrain
1685 // scheduling region. So we may have RegionBeginIdx == RegionEndIdx.
1752 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1756 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
1861 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos);

Completed in 60 milliseconds