Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp1137 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1138 useIntv(SegStart, SegStop); in splitSingleBlock()
1139 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
DRegAllocGreedy.cpp1474 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
1475 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1617 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit() local
1618 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
1918 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
1919 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
DSplitKit.cpp1252 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1253 useIntv(SegStart, SegStop); in splitSingleBlock()
1254 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()