HomeSort by relevance Sort by last modified time
    Searched refs:listEntry (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 124 IndexListEntry* listEntry() const {
134 return listEntry()->getIndex() | getSlot();
153 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
213 return A.listEntry()->getIndex() < B.listEntry()->getIndex();
224 return (other.listEntry()->getIndex() - listEntry()->getIndex())
245 return SlotIndex(listEntry(), Slot_Block);
252 return SlotIndex(listEntry(), Slot_Dead);
258 return SlotIndex(listEntry(), EC ? Slot_EarlyClobber : Slot_Register)
    [all...]
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 175 IndexList::iterator ListB = startIdx.listEntry();
176 IndexList::iterator ListI = endIdx.listEntry();
238 os << listEntry()->getIndex() << "Berd"[getSlot()];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 479 milliseconds