Searched refs:StopIdx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 171 SlotIndex StopIdx, 1140 SlotIndex StopIdx, MachineOperand &LocMO, in findNextInsertLocation() argument 1150 SlotIndex::isEarlierEqualInstr(StopIdx, LIS.getInstructionIndex(*I))) in findNextInsertLocation() 1161 SlotIndex StopIdx, in insertDebugValue() argument 1168 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue() 1204 I = findNextInsertLocation(MBB, I, StopIdx, MO, LIS, TRI); in insertDebugValue()
|
D | RegAllocGreedy.cpp | 2121 SlotIndex StopIdx = in calcGapWeights() local 2141 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() 2168 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1277 SlotIndex StopIdx = in calcGapWeights() local 1296 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1657 SlotIndex StopIdx = in calcGapWeights() local 1677 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() 1704 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()
|