Home
last modified time | relevance | path

Searched refs:eraseGlobalVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp388 M.eraseGlobalVariable(GV); in runIPSCCP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp456 getParent()->eraseGlobalVariable(this); in eraseFromParent()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h569 void eraseGlobalVariable(GlobalVariable *GV) { GlobalList.erase(GV); } in eraseGlobalVariable() function