Home
last modified time | relevance | path

Searched refs:StopIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp308 SlotIndex StopIdx, DbgVariableValue DbgValue,
1637 SlotIndex StopIdx, ArrayRef<MachineOperand> LocMOs, in findNextInsertLocation() argument
1649 SlotIndex::isEarlierEqualInstr(StopIdx, LIS.getInstructionIndex(*I))) in findNextInsertLocation()
1662 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue() argument
1670 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()
1729 I = findNextInsertLocation(MBB, I, StopIdx, MOs, LIS, TRI); in insertDebugValue()
H A DRegAllocGreedy.cpp1501 SlotIndex StopIdx = in calcGapWeights() local
1521 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1548 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()