Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h108 LLVM_ABI void removeFromUsedLists(Module &M,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp141 removeFromUsedLists(M, [&](Constant *C) { in removeUnreachableFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp196 void llvm::removeFromUsedLists(Module &M, in removeFromUsedLists() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp257 removeFromUsedLists( in removeLocalVarsFromUsedLists()