Home
last modified time | relevance | path

Searched refs:removeUser (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h139 void removeUser(VPUser &User) { in removeUser() function
246 Op->removeUser(*this); in ~VPUser()
263 Operands[I]->removeUser(*this); in setOperand()
270 Op->removeUser(*this); in removeLastOperand()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DComdat.h59 void removeUser(GlobalObject *GO);
/llvm-project-15.0.7/llvm/lib/IR/
H A DComdat.cpp32 void Comdat::removeUser(GlobalObject *GO) { Users.erase(GO); } in removeUser() function in Comdat
H A DGlobals.cpp196 ObjComdat->removeUser(this); in setComdat()