Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2122 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit() local
2124 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
2425 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local
2427 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
DSplitKit.cpp1577 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local
1580 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1584 useIntv(SegStart, SegStop); in splitSingleBlock()