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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 310 /// getRegMaskSlots - Returns a sorted array of slot indices of all
312 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; }
319 return getRegMaskSlots().slice(P.first, P.second);
323 /// corresponding to getRegMaskSlots().
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 661 Slots = getRegMaskSlots();
    [all...]

Completed in 182 milliseconds