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

  /external/llvm/lib/CodeGen/
SplitKit.h 146 /// getLastSplitPoint - Return that base index of the last valid split point
148 SlotIndex getLastSplitPoint(unsigned Num) {
SplitKit.cpp 690 LIS.getLastSplitPoint(Edit->getParent(), &MBB));
    [all...]
RegAllocGreedy.cpp 649 if (Intf.last() >= SA->getLastSplitPoint(BC.Number))
703 if (Intf.last() >= SA->getLastSplitPoint(Number))
    [all...]
LiveIntervalAnalysis.cpp 881 LiveIntervals::getLastSplitPoint(const LiveInterval &li,
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 313 /// getLastSplitPoint - Return the last possible insertion point in mbb for
316 MachineBasicBlock::iterator getLastSplitPoint(const LiveInterval &li,

Completed in 33 milliseconds