Searched defs:SlotIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h86 // Position in block where the live-in range ends, or SlotIndex() if the
89 SlotIndex Kill;
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
115 SlotIndex Kill, unsigned PhysReg);
163 void extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg = 0);
221 SlotIndex Kill = SlotIndex()) {
219 addLiveInBlock(LiveRange &LR, MachineDomTreeNode *DomNode, SlotIndex Kill = SlotIndex()) argument
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h10 // This file implements SlotIndex and related classes. The purpose of SlotIndex
14 // SlotIndex is mostly a proxy for entries of the SlotIndexList, a class which
36 /// SlotIndex & SlotIndexes classes for the public interface to this
59 // poisoned, so that dangling SlotIndex access can be reliably detected.
91 /// SlotIndex - An opaque wrapper around machine indexes.
92 class SlotIndex { class in namespace:llvm
121 SlotIndex(IndexListEntry *entry, unsigned slot) function in class:llvm::SlotIndex
137 /// Returns the slot for this SlotIndex.
150 SlotIndex() function in class:llvm::SlotIndex
153 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { function in class:llvm::SlotIndex
[all...]

Completed in 61 milliseconds