Home
last modified time | relevance | path

Searched refs:dropUse (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.cpp89 Pair.second->dropUse(); in ~LLVMContextImpl()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h185 void dropUse() { MD = nullptr; } in dropUse() function