Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h40 template <bool ExtraIteratorBits> struct ilist_iterator_bits {}; struct
108 struct extract_iterator_bits<ilist_iterator_bits<IteratorBits>, Options...>
115 struct is_valid_option<ilist_iterator_bits<IteratorBits>> : std::true_type {};
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueSymbolTable.h30 template <bool ExtraIteratorBits> struct ilist_iterator_bits;
45 friend class SymbolTableListTraits<Instruction, ilist_iterator_bits<true>>;
H A DInstruction.h45 ilist_iterator_bits<true>> {
47 using InstListType = SymbolTableList<Instruction, ilist_iterator_bits<true>>;
960 friend class SymbolTableListTraits<Instruction, ilist_iterator_bits<true>>;
H A DBasicBlock.h62 using InstListType = SymbolTableList<Instruction, ilist_iterator_bits<true>>;
184 ilist_iterator_bits<true>>;
186 ilist_iterator_bits<true>>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp218 ilist_iterator_bits<true>>;