Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1276 SlotIndex SegStop = SE->leaveIntvAfter(Use); in tryInstructionSplit() local
1277 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
1578 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
1579 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
H A DSplitKit.cpp1603 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1604 useIntv(SegStart, SegStop); in splitSingleBlock()
1605 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()