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

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h85 // Position in block where the live-in range ends, or SlotIndex() if the
88 SlotIndex Kill;
93 LiveInBlock(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill)
112 SlotIndex Kill,
165 void extend(LiveInterval *LI, SlotIndex Kill, unsigned PhysReg = 0);
223 SlotIndex Kill = SlotIndex()) {
221 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
35 /// SlotIndex & SlotIndexes classes for the public interface to this
76 /// SlotIndex - An opaque wrapper around machine indexes.
77 class SlotIndex { class in namespace:llvm
106 SlotIndex(IndexListEntry *entry, unsigned slot) function in class:llvm::SlotIndex
118 /// Returns the slot for this SlotIndex.
131 SlotIndex() : lie(0, 0) {} function in class:llvm::SlotIndex
134 SlotIndex(cons function in class:llvm::SlotIndex
[all...]

Completed in 123 milliseconds