Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h40 template <bool ExtraIteratorBits> struct ilist_iterator_bits {}; struct
121 struct extract_iterator_bits<ilist_iterator_bits<IteratorBits>, Options...>
128 struct is_valid_option<ilist_iterator_bits<IteratorBits>> : std::true_type {};
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueSymbolTable.h31 template <bool ExtraIteratorBits> struct ilist_iterator_bits;
47 friend class SymbolTableListTraits<Instruction, ilist_iterator_bits<true>,
H A DInstruction.h50 using InstListType = SymbolTableList<Instruction, ilist_iterator_bits<true>,
68 ilist_iterator_bits<true>,
71 using InstListType = SymbolTableList<Instruction, ilist_iterator_bits<true>,
1055 friend class SymbolTableListTraits<Instruction, ilist_iterator_bits<true>,
H A DBasicBlock.h64 using InstListType = SymbolTableList<Instruction, ilist_iterator_bits<true>,
181 llvm::Instruction, ilist_iterator_bits<true>, ilist_parent<BasicBlock>>;
183 ilist_iterator_bits<true>,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp142 Instruction, ilist_iterator_bits<true>, ilist_parent<BasicBlock>>;