Searched refs:StopIdx (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 177 SlotIndex StopIdx, DbgValueLocation Loc, bool Spilled, 1284 SlotIndex StopIdx, MachineOperand &LocMO, in findNextInsertLocation() argument 1294 SlotIndex::isEarlierEqualInstr(StopIdx, LIS.getInstructionIndex(*I))) in findNextInsertLocation() 1305 SlotIndex StopIdx, DbgValueLocation Loc, in insertDebugValue() argument 1311 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue() 1351 I = findNextInsertLocation(MBB, I, StopIdx, MO, LIS, TRI); in insertDebugValue()
|
D | RegAllocGreedy.cpp | 2161 SlotIndex StopIdx = in calcGapWeights() local 2181 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() 2208 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()
|