Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2109 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit() local
2110 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
2412 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
2413 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
H A DSplitKit.cpp1583 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1584 useIntv(SegStart, SegStop); in splitSingleBlock()
1585 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()