Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1365 SlotIndex SegStop = SE->leaveIntvAfter(Use); in tryInstructionSplit() local
1366 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
1667 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
1668 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
H A DSplitKit.cpp1602 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1603 useIntv(SegStart, SegStop); in splitSingleBlock()
1604 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()