HomeSort by: relevance | last modified time | path
    Searched refs:SlotE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 929 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
932 if (SlotI == SlotE)
953 if (++SlotI == SlotE)
963 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex())
969 if (++SlotI == SlotE)
LiveInterval.cpp 816 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
819 if (SlotI == SlotE)
831 for ( ; SlotI != SlotE; ++SlotI) {

Completed in 41 milliseconds