HomeSort by: relevance | last modified time | path
    Searched refs:StopIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp 308 SlotIndex StopIdx, DbgVariableValue DbgValue,
1532 SlotIndex StopIdx, ArrayRef<MachineOperand> LocMOs,
1544 SlotIndex::isEarlierEqualInstr(StopIdx, LIS.getInstructionIndex(*I)))
1557 SlotIndex StopIdx, DbgVariableValue DbgValue,
1565 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx;
1624 I = findNextInsertLocation(MBB, I, StopIdx, MOs, LIS, TRI);
RegAllocGreedy.cpp 2168 SlotIndex StopIdx =
2184 // StartIdx and after StopIdx.
2188 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
2215 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) {

Completed in 28 milliseconds