Home
last modified time | relevance | path

Searched refs:removeNodeFromList (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h99 void removeNodeFromList(ValueSubClass *V);
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h67 void removeNodeFromList(NodeTy *) {} in removeNodeFromList() function
190 this->removeNodeFromList(Node); // Notify traits that we removed a node...
/src/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h79 void SymbolTableListTraits<ValueSubClass, Args...>::removeNodeFromList( in removeNodeFromList() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp142 void ilist_callback_traits<MachineBasicBlock>::removeNodeFromList( in removeNodeFromList() function in ilist_callback_traits
163 void ilist_traits<MachineInstr>::removeNodeFromList(MachineInstr *N) { in removeNodeFromList() function in ilist_traits
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h84 void removeNodeFromList(MachineBasicBlock* N);
H A DMachineBasicBlock.h117 void removeNodeFromList(MachineInstr *N);