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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h46 class IndexListEntry : public ilist_node<IndexListEntry> { class in namespace:llvm
51 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} function in class:llvm::IndexListEntry
[all...]

Completed in 87 milliseconds