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

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1398 // RegionEndIdx is the slot index of the last non-debug instruction in the
1399 // scheduling region. So we may have RegionBeginIdx == RegionEndIdx.
1400 SlotIndex RegionEndIdx; member in class:__anon10441::CopyConstrain
1452 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1456 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
1564 RegionEndIdx = DAG->getLIS()->getInstructionIndex(

Completed in 79 milliseconds