Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp1103 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstUse, in splitSingleBlock() local
1106 useIntv(SegStart, leaveIntvAfter(BI.LastUse)); in splitSingleBlock()
1110 useIntv(SegStart, SegStop); in splitSingleBlock()
DRegAllocGreedy.cpp1243 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local
1245 SE->useIntv(SegStart, SegStop); in tryLocalSplit()