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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 340 /// getRegMaskSlotsInBlock - Returns a sorted array of slot indices of all
343 ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const {
353 /// to getRegMaskSlotsInBlock(MBBNum).
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 180 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum);
LiveIntervalAnalysis.cpp 673 Slots = getRegMaskSlotsInBlock(MBB->getNumber());
    [all...]
RegAllocGreedy.cpp     [all...]

Completed in 216 milliseconds