HomeSort by relevance Sort by last modified time
    Searched refs:OldIdx (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 728 SlotIndex OldIdx;
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
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 62 milliseconds