Searched refs:listEntry (Results 1 – 2 of 2) sorted by relevance
95 IndexListEntry* listEntry() const { in listEntry() function101 return listEntry()->getIndex() | getSlot(); in getIndex()125 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { in SlotIndex()178 return A.listEntry() == B.listEntry(); in isSameInstr()184 return A.listEntry()->getIndex() < B.listEntry()->getIndex(); in isEarlierInstr()205 return (other.listEntry()->getIndex() - listEntry()->getIndex()) in getApproxInstrDistance()226 return SlotIndex(listEntry(), Slot_Block); in getBaseIndex()233 return SlotIndex(listEntry(), Slot_Dead); in getBoundaryIndex()239 return SlotIndex(listEntry(), EC ? Slot_EarlyClobber : Slot_Register);244 return SlotIndex(listEntry(), Slot_Dead); in getDeadSlot()[all …]
136 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps()149 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps()211 IndexList::iterator ListB = startIdx.listEntry()->getIterator(); in repairIndexesInRange()212 IndexList::iterator ListI = endIdx.listEntry()->getIterator(); in repairIndexesInRange()288 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()