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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1311 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]);
1313 SE->useIntv(SegStart, SegStop);
1608 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1610 SE->useIntv(SegStart, SegStop);
H A DSplitKit.cpp1153 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, local
1156 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1160 useIntv(SegStart, SegStop);

Completed in 93 milliseconds