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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1384 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]);
1386 SE->useIntv(SegStart, SegStop);
1683 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1685 SE->useIntv(SegStart, SegStop);
H A DSplitKit.cpp1155 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, local
1158 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1162 useIntv(SegStart, SegStop);

Completed in 144 milliseconds