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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp1246 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, local
1249 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1253 useIntv(SegStart, SegStop);
H A DRegAllocGreedy.cpp1616 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); local
1618 SE->useIntv(SegStart, SegStop);
1917 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1919 SE->useIntv(SegStart, SegStop);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.cpp1131 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, local
1134 useIntv(SegStart, leaveIntvAfter(BI.LastInstr));
1138 useIntv(SegStart, SegStop);
H A DRegAllocGreedy.cpp1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1475 SE->useIntv(SegStart, SegStop);

Completed in 228 milliseconds