Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1312 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit() local
1313 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
1609 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
1610 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
DSplitKit.cpp1159 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1160 useIntv(SegStart, SegStop); in splitSingleBlock()
1161 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()