Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp1581 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB); in splitSingleBlock() local
1583 LastSplitPoint)); in splitSingleBlock()
1584 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1588 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock()