Searched refs:removeNodeFromList (Results 1 - 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DSymbolTableListTraits.h66 void removeNodeFromList(ValueSubClass *V);
H A DModule.h97 void removeNodeFromList(NamedMDNode *) {} function in struct:llvm::ilist_traits
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DSymbolTableListTraits.h93 void removeNodeFromList(ValueSubClass *V);
/external/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h103 void removeNodeFromList(ValueSubClass *V);
H A DModule.h53 void removeNodeFromList(NamedMDNode *) {} function in struct:llvm::ilist_traits
/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h74 void SymbolTableListTraits<ValueSubClass>::removeNodeFromList( function in class:llvm::SymbolTableListTraits
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DSymbolTableListTraitsImpl.h78 ::removeNodeFromList(ValueSubClass *V) { function in class:llvm::SymbolTableListTraits
/external/llvm/include/llvm/MC/
H A DMCSection.h40 void removeNodeFromList(MCFragment *) {} function in struct:llvm::ilist_node_traits
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h67 void removeNodeFromList(NodeTy *) {} function in struct:llvm::ilist_callback_traits
266 this->removeNodeFromList(Node); // Notify traits that we removed a node...
289 /// removeNodeFromList() or deleteNode().
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A Dilist.h115 void removeNodeFromList(NodeTy *) {} function in struct:llvm::ilist_node_traits
444 this->removeNodeFromList(Node); // Notify traits that we removed a node...
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFunction.h60 void removeNodeFromList(MachineBasicBlock* MBB);
H A DMachineBasicBlock.h53 void removeNodeFromList(MachineInstr* N);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h69 void removeNodeFromList(MachineBasicBlock* MBB);
H A DMachineBasicBlock.h61 void removeNodeFromList(MachineInstr* N);
/external/llvm/include/llvm/ADT/
H A Dilist.h163 void removeNodeFromList(NodeTy *) {} function in struct:llvm::ilist_node_traits
444 this->removeNodeFromList(Node); // Notify traits that we removed a node...
474 /// removeNodeFromList() or deleteNode().
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineBasicBlock.cpp82 void ilist_traits<MachineBasicBlock>::removeNodeFromList(MachineBasicBlock *N) { function in class:ilist_traits
104 /// removeNodeFromList (MI) - When we remove an instruction from a basic block
107 void ilist_traits<MachineInstr>::removeNodeFromList(MachineInstr *N) { function in class:ilist_traits
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp88 void ilist_traits<MachineBasicBlock>::removeNodeFromList(MachineBasicBlock *N) { function in class:ilist_traits
107 void ilist_traits<MachineInstr>::removeNodeFromList(MachineInstr *N) { function in class:ilist_traits
/external/llvm/lib/Support/
H A DYAMLParser.cpp174 void removeNodeFromList(Token *) {} function in struct:llvm::ilist_node_traits

Completed in 397 milliseconds