Searched refs:StopIdx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 308 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 D | RegAllocGreedy.cpp | 1499 SlotIndex StopIdx = in calcGapWeights() local 1519 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() 1546 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()
|