Home
last modified time | relevance | path

Searched refs:clearOperands (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp260 NMD->clearOperands(); in stripDeadDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILTranslateMetadata.cpp247 ValVerNode->clearOperands(); in emitValidatorVersionMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1801 void dropAllReferences() { clearOperands(); }
1803 LLVM_ABI void clearOperands();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp341 NMD->clearOperands(); in stripDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1462 void NamedMDNode::clearOperands() { getNMDOps(Operands).clear(); } in clearOperands() function in NamedMDNode
H A DDebugInfo.cpp943 NMD.clearOperands(); in stripNonLineTableDebugInfo()
H A DAutoUpgrade.cpp5375 NamedMD->clearOperands(); in UpgradeNVVMAnnotations()