Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp1132 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local
1135 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1139 useIntv(SegStart, SegStop); in splitSingleBlock()
DRegAllocGreedy.cpp1606 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit() local
1608 SE->useIntv(SegStart, SegStop); in tryInstructionSplit()
1907 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local
1909 SE->useIntv(SegStart, SegStop); in tryLocalSplit()