Searched defs:removeFromList (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DUse.h82 removeFromList();
138 void removeFromList() { function in class:llvm::Use
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DUse.h72 removeFromList();
130 void removeFromList() { function in class:llvm::Use
/external/swiftshader/third_party/LLVM/include/llvm/
H A DUse.h73 if (Val) removeFromList();
139 void removeFromList() { function in class:llvm::Use
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h278 void removeFromList() { function in class:llvm::SDUse
809 if (Val.getNode()) removeFromList();
820 if (Val.getNode()) removeFromList();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h309 void removeFromList() { function in class:llvm::SDUse
916 if (Val.getNode()) removeFromList();
927 if (Val.getNode()) removeFromList();

Completed in 1096 milliseconds