HomeSort by relevance Sort by last modified time
    Searched refs:ilist_alloc_traits (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
SymbolTableListTraits.h 67 class SymbolTableListTraits : public ilist_alloc_traits<ValueSubClass> {
Instruction.h 40 template <> struct ilist_alloc_traits<Instruction> { struct in namespace:llvm
709 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
SymbolTableListTraits.h 63 class SymbolTableListTraits : public ilist_alloc_traits<ValueSubClass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSection.h 33 template <> struct ilist_alloc_traits<MCFragment> { struct in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ilist.h 41 template <typename NodeTy> struct ilist_alloc_traits { struct in namespace:llvm
47 /// Specialize ilist_alloc_traits to inherit from this to disable the
55 /// struct ilist_alloc_traits<MyType> : ilist_noalloc_traits<MyType> {};
84 struct ilist_node_traits : ilist_alloc_traits<NodeTy>,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist.h 41 template <typename NodeTy> struct ilist_alloc_traits { struct in namespace:llvm
47 /// Specialize ilist_alloc_traits to inherit from this to disable the
55 /// struct ilist_alloc_traits<MyType> : ilist_noalloc_traits<MyType> {};
84 struct ilist_node_traits : ilist_alloc_traits<NodeTy>,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCFragment.cpp 234 void ilist_alloc_traits<MCFragment>::deleteNode(MCFragment *V) { V->destroy(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 79 template <> struct ilist_alloc_traits<MachineBasicBlock> { struct in namespace:llvm
    [all...]
SlotIndexes.h 80 struct ilist_alloc_traits<IndexListEntry> struct in namespace:llvm
SelectionDAG.h 131 template <> struct ilist_alloc_traits<SDNode> { struct in namespace:llvm
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 229 struct ilist_alloc_traits<MemoryAccess> { struct
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 119 void ilist_alloc_traits<MachineBasicBlock>::deleteNode(MachineBasicBlock *MBB) {
    [all...]

Completed in 959 milliseconds