Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp1595 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB); in splitSingleBlock() local
1597 LastSplitPoint)); in splitSingleBlock()
1598 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1602 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock()