Searched refs:ilist_iterator_bits (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node_options.h | 40 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 D | ValueSymbolTable.h | 31 template <bool ExtraIteratorBits> struct ilist_iterator_bits; 47 friend class SymbolTableListTraits<Instruction, ilist_iterator_bits<true>,
|
| H A D | Instruction.h | 50 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 D | BasicBlock.h | 64 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 D | BasicBlock.cpp | 142 Instruction, ilist_iterator_bits<true>, ilist_parent<BasicBlock>>;
|