|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constant.h 181 void removeDeadConstantUsers() const;
References
include/llvm/IR/GlobalValue.h 180 removeDeadConstantUsers(); // remove any dead constants using this.
lib/LTO/LTOBackend.cpp 473 GV->removeDeadConstantUsers();
lib/Transforms/IPO/AlwaysInliner.cpp 72 F->removeDeadConstantUsers();
lib/Transforms/IPO/ConstantMerge.cpp 160 GV->removeDeadConstantUsers();
lib/Transforms/IPO/DeadArgumentElimination.cpp 251 NF->removeDeadConstantUsers();
lib/Transforms/IPO/ElimAvailExtern.cpp 45 GV.removeDeadConstantUsers();
58 F.removeDeadConstantUsers();
lib/Transforms/IPO/GlobalDCE.cpp 447 GV.removeDeadConstantUsers();
lib/Transforms/IPO/GlobalOpt.cpp 1762 GV.removeDeadConstantUsers();
2784 Target->removeDeadConstantUsers();
lib/Transforms/IPO/IPConstantPropagation.cpp 300 F.removeDeadConstantUsers();
lib/Transforms/IPO/Inliner.cpp 818 F->removeDeadConstantUsers();
1118 Callee.removeDeadConstantUsers();
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp 49 ImportGV->removeDeadConstantUsers();
lib/Transforms/Scalar/JumpThreading.cpp 988 BA->removeDeadConstantUsers();
lib/Transforms/Scalar/SCCP.cpp 2042 G.removeDeadConstantUsers();
tools/clang/lib/CodeGen/CodeGenModule.cpp 3195 Entry->removeDeadConstantUsers();