Searched refs:IndexListEntry (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSlotIndexes.h37 class IndexListEntry : public ilist_node<IndexListEntry> { class in namespace:llvm
43 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} function in class:llvm::IndexListEntry
58 struct ilist_traits<IndexListEntry> : public ilist_default_traits<IndexListEntry> {
60 mutable ilist_half_node<IndexListEntry> Sentinel;
62 IndexListEntry *createSentinel() const {
63 return static_cast<IndexListEntry*>(&Sentinel);
65 void destroySentinel(IndexListEntry *) const {}
67 IndexListEntry *provideInitialHea
[all...]

Completed in 159 milliseconds