HomeSort by: relevance | last modified time | path
    Searched refs:ilist_alloc_traits (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
SymbolTableListTraits.h 66 class SymbolTableListTraits : public ilist_alloc_traits<ValueSubClass> {
Instruction.h 41 template <> struct ilist_alloc_traits<Instruction> { struct in namespace:llvm
853 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 33 template <> struct ilist_alloc_traits<MCFragment> { struct in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist.h 40 template <typename NodeTy> struct ilist_alloc_traits { struct in namespace:llvm
46 /// Specialize ilist_alloc_traits to inherit from this to disable the
54 /// struct ilist_alloc_traits<MyType> : ilist_noalloc_traits<MyType> {};
82 struct ilist_node_traits : ilist_alloc_traits<NodeTy>,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h 79 struct ilist_alloc_traits<IndexListEntry> struct in namespace:llvm
MachineFunction.h 77 template <> struct ilist_alloc_traits<MachineBasicBlock> { struct in namespace:llvm
SelectionDAG.h 133 template <> struct ilist_alloc_traits<SDNode> { struct in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp 252 void ilist_alloc_traits<MCFragment>::deleteNode(MCFragment *V) { V->destroy(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 234 struct ilist_alloc_traits<MemoryAccess> { struct
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 126 void ilist_alloc_traits<MachineBasicBlock>::deleteNode(MachineBasicBlock *MBB) {

Completed in 87 milliseconds