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(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill)
116 SlotIndex Kill,
168 void extend(LiveInterval *LI, SlotIndex Kill, unsigned PhysReg = 0);
226 SlotIndex Kill = SlotIndex()) {
224 addLiveInBlock(LiveInterval *LI, 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
77 /// SlotIndex - An opaque wrapper around machine indexes.
78 class SlotIndex { class in namespace:llvm
107 SlotIndex(IndexListEntry *entry, unsigned slot) function in class:llvm::SlotIndex
119 /// Returns the slot for this SlotIndex.
132 SlotIndex() : lie(0, 0) {} function in class:llvm::SlotIndex
135 SlotIndex(cons function in class:llvm::SlotIndex
[all...]

Completed in 152 milliseconds