Home
last modified time | relevance | path

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

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