Home
last modified time | relevance | path

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

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