Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp274 SmallVector<WeakTrackingVH> MaybeDeadInsts; in CleanupConstantGlobalUsers() local
278 MaybeDeadInsts.push_back(OpI); in CleanupConstantGlobalUsers()
323 RecursivelyDeleteTriviallyDeadInstructionsPermissive(MaybeDeadInsts); in CleanupConstantGlobalUsers()