Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h94 void removeFromUsedLists(Module &M,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp143 removeFromUsedLists(M, [&](Constant *C) { in removeUnreachableFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp151 void llvm::removeFromUsedLists(Module &M, in removeFromUsedLists() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp267 removeFromUsedLists( in removeLocalVarsFromUsedLists()