Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h38 class IndexListEntry : public ilist_node<IndexListEntry> {
44 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} in IndexListEntry() function
73 struct ilist_traits<IndexListEntry> : public ilist_default_traits<IndexListEntry> {
75 mutable ilist_half_node<IndexListEntry> Sentinel;
77 IndexListEntry *createSentinel() const {
78 return static_cast<IndexListEntry*>(&Sentinel);
80 void destroySentinel(IndexListEntry *) const {}
82 IndexListEntry *provideInitialHead() const { return createSentinel(); }
83 IndexListEntry *ensureHead(IndexListEntry*) const { return createSentinel(); }
84 static void noteHead(IndexListEntry*, IndexListEntry*) {}
[all …]