Home
last modified time | relevance | path

Searched refs:SegStop (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2083 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit() local
2084 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
2382 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local
2383 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
DSplitKit.cpp1583 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local
1584 useIntv(SegStart, SegStop); in splitSingleBlock()
1585 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()