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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1638 SlotIndex RegionBeginIdx; member in class:__anon1765::CopyConstrain
1641 // scheduling region. So we may have RegionBeginIdx == RegionEndIdx.
1708 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1712 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
1817 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos);

Completed in 155 milliseconds