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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.h 138 /// getLastSplitPoint - Return that base index of the last valid split point
140 SlotIndex getLastSplitPoint(unsigned Num) {
SplitKit.cpp 500 LIS.getLastSplitPoint(Edit->getParent(), &MBB));
783 LIS.getLastSplitPoint(Edit->getParent(), Dom.first))->def;
    [all...]
RegAllocGreedy.cpp 707 if (Intf.last() >= SA->getLastSplitPoint(BC.Number))
761 if (Intf.last() >= SA->getLastSplitPoint(Number))
    [all...]
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
SplitKit.h 215 SlotIndex getLastSplitPoint(unsigned Num) {
SplitKit.cpp     [all...]
RegAllocGreedy.cpp     [all...]
  /external/swiftshader/third_party/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 627 milliseconds