Searched defs:OldIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp728 SlotIndex OldIdx; member in class:LiveIntervals::HMEditor
736 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags)
737 : LIS(LIS), MRI(MRI), TRI(TRI), OldIdx(OldIdx), NewIdx(NewIdx),
750 /// Update all live ranges touched by MI, assuming a move from OldIdx to
753 DEBUG(dbgs() << "handleMove " << OldIdx << " -> " << NewIdx << ": " << *MI);
786 /// OldIdx to NewIdx.
798 if (SlotIndex::isEarlierInstr(OldIdx, NewIdx))
806 /// Update LR to reflect an instruction has been moved downwards from OldIdx
809 /// 1. Live def at OldIdx
734 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, const TargetRegisterInfo& TRI, SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2052 uint64_t OldIdx = FindElementAndOffset(T, OldOffset, IdxTy); local
2054 OldIdx = ~0ULL; // Force the GEP to be rewritten.
2062 if (Idx == OldIdx)

Completed in 80 milliseconds