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

  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes()))
SplitKit.cpp 191 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
350 LRCalc[0].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
353 LRCalc[1].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
452 Def = LIS.getSlotIndexes()->insertMachineInstrInMaps(CopyMI, Late)
890 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
    [all...]
CalcSpillWeights.cpp 192 if (li.isZeroLength(LIS.getSlotIndexes())) {
LiveIntervalAnalysis.cpp 183 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
239 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
448 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
    [all...]
LiveRangeEdit.cpp 150 return LIS.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late)
LiveInterval.cpp 918 Idx = LIS.getSlotIndexes()->getIndexBefore(MI);
RegisterCoalescer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 169 SlotIndexes *getSlotIndexes() const {

Completed in 139 milliseconds