Searched refs:listEntry (Results 1 – 2 of 2) sorted by relevance
94 IndexListEntry* listEntry() const { in listEntry() function100 return listEntry()->getIndex() | getSlot(); in getIndex()124 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { in SlotIndex()177 return A.listEntry() == B.listEntry(); in isSameInstr()183 return A.listEntry()->getIndex() < B.listEntry()->getIndex(); in isEarlierInstr()204 return (other.listEntry()->getIndex() - listEntry()->getIndex()) in getApproxInstrDistance()225 return SlotIndex(listEntry(), Slot_Block); in getBaseIndex()232 return SlotIndex(listEntry(), Slot_Dead); in getBoundaryIndex()238 return SlotIndex(listEntry(), EC ? Slot_EarlyClobber : Slot_Register);243 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()279 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()