Home
last modified time | relevance | path

Searched refs:getLastSplitPoint (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h233 SlotIndex getLastSplitPoint(unsigned Num) { in getLastSplitPoint() function
DSplitKit.cpp1576 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitSingleBlock()
1658 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); in splitLiveThroughBlock()
1730 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitRegInBlock()
1807 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitRegOutBlock()
DRegAllocGreedy.cpp1234 if (Intf.last() >= SA->getLastSplitPoint(BC.Number)) { in addSplitConstraints()
1296 if (Intf.last() >= SA->getLastSplitPoint(Number)) in addThroughConstraints()