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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1148 // RegionEndIdx is the slot index of the last non-debug instruction in the
1149 // scheduling region. So we may have RegionBeginIdx == RegionEndIdx.
1150 SlotIndex RegionEndIdx; member in class:__anon4::CopyConstrain
1199 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1203 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
1309 RegionEndIdx = DAG->getLIS()->getInstructionIndex(

Completed in 109 milliseconds